Skip to content

Commit

Permalink
rtpproxy: updated for avp long value field
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 21, 2022
1 parent 39b71dc commit 9911482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rtpproxy/rtpproxy.c
Expand Up @@ -2281,7 +2281,7 @@ force_rtp_proxy(struct sip_msg* msg, char* str1, char* str2, int offer,
ice_candidate_priority_val.n = 2;
} else if ((ice_candidate_priority_val.n < 0) ||
(ice_candidate_priority_val.n > 2)) {
LM_ERR("invalid ice candidate priority value %d\n",
LM_ERR("invalid ice candidate priority value %ld\n",
ice_candidate_priority_val.n);
FORCE_RTP_PROXY_RET (-1);
}
Expand Down

0 comments on commit 9911482

Please sign in to comment.