]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove call to close
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 22 Aug 2013 22:49:25 +0000 (18:49 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 22 Aug 2013 22:49:35 +0000 (18:49 -0400)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/tport/tport_type_ws.c

index eba02f5caf48ba045745c300d09693267743b98a..c00d869c9b2c76f3f60cd61702c52d814c0a452d 100644 (file)
@@ -1 +1 @@
-Mon Jul 29 16:07:25 CDT 2013
+Thu Aug 22 18:43:14 EDT 2013
index 67f78148fb56a84dac07797c9ab9095235b0c565..479f2b18a18bb3070fbc837cb8f8198837a1ea81 100644 (file)
@@ -459,7 +459,6 @@ int tport_ws_init_secondary(tport_t *self, int socket, int accepted,
 
   if (ws_init(&wstp->ws, socket, wstp->ws_secure ? wspri->ssl_ctx : NULL, 0) < 0) {
          ws_destroy(&wstp->ws);
-         su_close(socket);
          wstp->ws_initialized = -1;
          return *return_reason = "WS_INIT", -1;
   }