Skip to content

Commit

Permalink
siptrace: sip_trace_msg() exported with 3 parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 8, 2023
1 parent 7532e92 commit 43e76ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/siptrace/siptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static cmd_export_t cmds[] = {
ANY_ROUTE},
{"sip_trace", (cmd_function)w_sip_trace3, 3, fixup_siptrace, fixup_free_siptrace,
ANY_ROUTE},
{"sip_trace_msg", (cmd_function)w_sip_trace_msg, 4, fixup_spve_all, fixup_free_spve_all,
{"sip_trace_msg", (cmd_function)w_sip_trace_msg, 3, fixup_spve_all, fixup_free_spve_all,
ANY_ROUTE},
{"hlog", (cmd_function)w_hlog1, 1, fixup_spve_null, 0,
ANY_ROUTE},
Expand Down

0 comments on commit 43e76ea

Please sign in to comment.