mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-22 11:19:52 +00:00
fix compiler warning
This commit is contained in:
parent
b0f964f23f
commit
02c329da33
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user