提交 da148c0d authored 作者: Anthony Minessale's avatar Anthony Minessale

remove call to close

上级 d8a9da20
Mon Jul 29 16:07:25 CDT 2013
Thu Aug 22 18:43:14 EDT 2013
......@@ -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;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论