Skip to content

Commit

Permalink
rtpproxy: no need to update the len for IPv6
Browse files Browse the repository at this point in the history
(cherry picked from commit 5cfd916)
  • Loading branch information
razvancrainea committed Jun 17, 2016
1 parent fd3841d commit c6dddd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/rtpproxy/rtpproxy.c
Expand Up @@ -3771,8 +3771,6 @@ force_rtp_proxy_body(struct sip_msg* msg, struct force_rtpp_args *args, pv_spec_
LM_ERR("out of pkg memory\n");
goto error;
}
/* Accommodate new opts length */
v[1].iov_len++;
}
STR2IOVEC(newip, v[7]);
STR2IOVEC(oldport, v[9]);
Expand Down

0 comments on commit c6dddd0

Please sign in to comment.