Skip to content

Commit

Permalink
rtpproxy: properly parse the bavp set
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Mar 10, 2014
1 parent 26ed2fa commit dbe4535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/rtpproxy/rtpproxy.c
Expand Up @@ -1210,7 +1210,8 @@ mod_init(void)
LM_DBG("can't load TM API - check if tm module was loaded\n");

if (parse_bavp(&param1_bavp_name, &param1_spec) < 0 ||
parse_bavp(&param2_bavp_name, &param2_spec) < 0)
parse_bavp(&param2_bavp_name, &param2_spec) < 0 ||
parse_bavp(&param3_bavp_name, &param3_spec) < 0)
LM_DBG("cannot parse bavps\n");

if(rtpp_notify_socket.s) {
Expand Down

0 comments on commit dbe4535

Please sign in to comment.