]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5896 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 22 Oct 2013 15:33:13 +0000 (20:33 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 22 Oct 2013 15:33:13 +0000 (20:33 +0500)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/tport/tport.c

index 241cdefa224f11b78a0bed2dff17f207bce4075e..07dc0cbabae011c7ea026d4961288e866ab2d2a2 100644 (file)
@@ -1 +1 @@
-Mon Oct 21 20:11:13 CDT 2013
+Tue Oct 22 20:32:55 CDT 2013
index ccffb5e007d37360f6922a25c150f4b85e740423..6105fadf712561b9dac4ac00e45d2d077063c509 100644 (file)
@@ -2620,6 +2620,8 @@ int tport_accept(tport_primary_t *pri, int events)
     SU_DEBUG_3(("%s(%p): incoming secondary on "TPN_FORMAT
                 " failed. reason = %s\n", __func__, (void *)pri, 
                 TPN_ARGS(pri->pri_primary->tp_name), reason));
+       shutdown(s, 2);
+       su_close(s);
     return 0;
   }
   else {