Skip to content

Commit

Permalink
siptrace; fix parameter inside sip_trace_msg()
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 8, 2023
1 parent b6d0356 commit 7532e92
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 @@ -1214,7 +1214,7 @@ static int w_sip_trace_msg(sip_msg_t *msg, char *dest, char *correlation_id, cha
nmsg = msg;
}

ret = w_sip_trace3(msg, dest, correlation_id, NULL);
ret = w_sip_trace3(nmsg, dest, correlation_id, NULL);

if(nmsg != msg) {
free_sip_msg(&tmsg);
Expand Down

0 comments on commit 7532e92

Please sign in to comment.