]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix nua_shutdown (MODENDP-75)
authorMichael Jerris <mike@jerris.com>
Sun, 13 Jan 2008 22:49:35 +0000 (22:49 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 13 Jan 2008 22:49:35 +0000 (22:49 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7204 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/libsofia-sip-ua/nua/nua_stack.c

index a2be63557316f08cbe2abfd0f9ba81d74eb5b261..d85f05f76275978d40ac24cad4c8a4e63fd07e2f 100644 (file)
@@ -293,7 +293,7 @@ int nua_stack_event(nua_t *nua, nua_handle_t *nh, msg_t *msg,
   if ((event > nua_r_authenticate && event <= nua_r_ack)
       || event < nua_i_error
       || (nh && !nh->nh_valid)
-      || (nua->nua_shutdown && event != nua_r_shutdown)) {
+      ) {
     if (msg)
       msg_destroy(msg);
     return event;