Skip to content

Commit

Permalink
path: updates for outboud module api
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 16, 2020
1 parent 56ea88e commit 97c7081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/path/path.c
Expand Up @@ -80,7 +80,7 @@ static int handleOutbound(sip_msg_t* _m, str *user, path_param_t *param)
if (path_obb.use_outbound != NULL && path_obb.use_outbound(_m)) {
struct via_body *via;

if (path_obb.encode_flow_token(user, _m->rcv) != 0) {
if (path_obb.encode_flow_token(user, &_m->rcv) != 0) {
LM_ERR("encoding outbound flow-token\n");
return -1;
}
Expand Down

0 comments on commit 97c7081

Please sign in to comment.