fix compiler warning

This commit is contained in:
Jeff Lenk 2013-06-20 14:27:08 -05:00
parent b0f964f23f
commit 02c329da33

View File

@ -464,7 +464,7 @@ static void tport_ws_deinit_secondary(tport_t *self)
wsh_t *wsh = wstp->ws;
SU_DEBUG_1(("%p destroy ws%s transport %p.\n", (void *) self, wstp->ws_secure ? "s" : "", (void *) wsh));
ws_destroy(&wsh);
wstp->ws_initialized = -1;
wstp->ws_initialized = 0;
}
}