Skip to content

Commit

Permalink
cores: updates for FL_ADD_XAVP_VIA_PARAMS
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Oct 4, 2018
1 parent 5c0dbcb commit eba5292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/corex/corex_mod.c
Expand Up @@ -775,9 +775,9 @@ static int ki_via_add_xavp_params(sip_msg_t *msg, int fval)
if(msg==NULL)
return -1;
if(fval) {
msg->msg_flags |= FL_ADD_XAVP_VIA;
msg->msg_flags |= FL_ADD_XAVP_VIA_PARAMS;
} else {
msg->msg_flags &= ~(FL_ADD_XAVP_VIA);
msg->msg_flags &= ~(FL_ADD_XAVP_VIA_PARAMS);
}
return 1;
}
Expand Down

0 comments on commit eba5292

Please sign in to comment.