try a different fixup function

pull/1/head
Andrew Pogrebennyk 13 years ago
parent 4b8c1c74fe
commit 91189aba9e

@ -82,15 +82,15 @@ static cmd_export_t cmds[] = {
{ "add_path", (cmd_function)add_path, 0,
0, 0, REQUEST_ROUTE },
{ "add_path", (cmd_function)add_path, 1,
fixup_spve_null, 0, REQUEST_ROUTE },
fixup_str_null, 0, REQUEST_ROUTE },
{ "add_path", (cmd_function)add_path, 2,
fixup_spve_null, fixup_spve_null, REQUEST_ROUTE },
fixup_str_null, fixup_str_null, REQUEST_ROUTE },
{ "add_path_received", (cmd_function)add_path_received, 0,
0, 0, REQUEST_ROUTE },
{ "add_path_received", (cmd_function)add_path_received, 1,
fixup_spve_null, 0, REQUEST_ROUTE },
fixup_str_null, 0, REQUEST_ROUTE },
{ "add_path_received", (cmd_function)add_path_received, 2,
fixup_spve_null, fixup_spve_null, REQUEST_ROUTE },
fixup_str_null, fixup_str_null, REQUEST_ROUTE },
{ 0, 0, 0, 0, 0, 0 }
};

Loading…
Cancel
Save