]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix for last commit
authorJeff Lenk <jeff@jefflenk.com>
Sat, 23 Apr 2011 02:30:42 +0000 (21:30 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Sat, 23 Apr 2011 02:30:42 +0000 (21:30 -0500)
libs/sofia-sip/libsofia-sip-ua/nea/nea_server.c

index 1a570b2494f92b14250830d51c5fb9c70ccf2186..bd1e63b478e8022a73a9da1074269d9d6ea0b66e 100644 (file)
@@ -576,7 +576,7 @@ int nea_server_shutdown(nea_server_t *nes,
                   TAG_IF(!retry_after, NEATAG_REASON("deactivated")),
                   TAG_IF(retry_after, NEATAG_RETRY_AFTER(retry_after)),
                   TAG_END());
-    else
+    //else
       //status = 180;
   }