Skip to content

Commit 57aef3b

Browse files
committed
b2b_entities: complete previous commit
1 parent 3f0033c commit 57aef3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/b2b_entities/ua_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ int b2b_ua_server_init(struct sip_msg *msg, pv_spec_t *key_spec,
820820

821821
if (!(init_params->flags&UA_FL_SUPPRESS_NEW) &&
822822
raise_ua_sess_event(key_ret, B2B_SERVER, UA_SESS_EV_NEW,
823-
init_params->flags, msg, NULL) < 0) {
823+
init_params->flags, msg, extra) < 0) {
824824
LM_ERR("Failed to raise E_UA_SESSION event\n");
825825
goto error;
826826
}

0 commit comments

Comments
 (0)