Skip to content

Commit

Permalink
rtpproxy: switch to long pvar field
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 16, 2022
1 parent 0fccc09 commit 721b728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rtpproxy/rtpproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1696,7 +1696,7 @@ set_rtp_proxy_set_f(struct sip_msg * msg, char * str1, char * str2)
}
selected_rtpp_set = select_rtpp_set(val.ri);
if(selected_rtpp_set==NULL) {
LM_ERR("could not locate rtpproxy set %d\n", val.ri);
LM_ERR("could not locate rtpproxy set %ld\n", val.ri);
return -1;
}
current_msg_id = msg->id;
Expand Down

0 comments on commit 721b728

Please sign in to comment.