提交 02c329da authored 作者: Jeff Lenk's avatar Jeff Lenk

fix compiler warning

上级 b0f964f2
...@@ -464,7 +464,7 @@ static void tport_ws_deinit_secondary(tport_t *self) ...@@ -464,7 +464,7 @@ static void tport_ws_deinit_secondary(tport_t *self)
wsh_t *wsh = wstp->ws; wsh_t *wsh = wstp->ws;
SU_DEBUG_1(("%p destroy ws%s transport %p.\n", (void *) self, wstp->ws_secure ? "s" : "", (void *) wsh)); SU_DEBUG_1(("%p destroy ws%s transport %p.\n", (void *) self, wstp->ws_secure ? "s" : "", (void *) wsh));
ws_destroy(&wsh); ws_destroy(&wsh);
wstp->ws_initialized = -1; wstp->ws_initialized = 0;
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论