From 5e2a71512b4de17ceff8088627fb779ddf46c3d9 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 4 Feb 2013 11:15:25 -0600 Subject: [PATCH] updated sofia api --- src/mod/endpoints/mod_sofia/sofia_presence.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index 6232671817..2a7bed1eef 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -4429,7 +4429,7 @@ void sofia_presence_handle_sip_i_message(int status, auth_res = sofia_reg_parse_auth(profile, authorization, sip, de, (char *) sip->sip_request->rq_method_name, key, keylen, network_ip, NULL, 0, REG_INVITE, NULL, NULL, NULL); - } else if ( sofia_reg_handle_register(nua, profile, nh, sip, de, REG_INVITE, key, keylen, &v_event, NULL)) { + } else if ( sofia_reg_handle_register(nua, profile, nh, sip, de, REG_INVITE, key, keylen, &v_event, NULL, NULL)) { if (v_event) { switch_event_destroy(&v_event); }