Skip to content

Commit

Permalink
Fix cherry-pick error
Browse files Browse the repository at this point in the history
Related to f22dfa0
  • Loading branch information
bogdan-iancu committed Jun 15, 2021
1 parent f22dfa0 commit a1b4444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forward.c
Expand Up @@ -536,7 +536,7 @@ int forward_reply(struct sip_msg* msg)
goto error;
}

if (msg_send(send_sock, proto, to, (int)id, new_buf, new_len, msg)<0) {
if (msg_send(send_sock, proto, to, id, new_buf, new_len, msg)<0) {
update_stat( drp_rpls, 1);
goto error0;
}
Expand Down

0 comments on commit a1b4444

Please sign in to comment.