don't use tech_pvt->nh, use the nh passed to the callback

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15521 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-11-18 15:29:41 +00:00
parent 6ec3fce0f5
commit ad0b8baffc
1 changed files with 1 additions and 1 deletions

View File

@ -3751,7 +3751,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
}
break;
case nua_callstate_completing:
nua_ack(tech_pvt->nh,
nua_ack(nh,
TAG_IF(!zstr(tech_pvt->user_via), SIPTAG_VIA_STR(tech_pvt->user_via)),
TAG_END());
break;