]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix compiler warning
authorJeff Lenk <jeff@jefflenk.com>
Thu, 20 Jun 2013 19:27:08 +0000 (14:27 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 20 Jun 2013 19:27:32 +0000 (14:27 -0500)
libs/sofia-sip/libsofia-sip-ua/tport/tport_type_ws.c

index 86baee0d62294e611087d3ebe6912b989084f88a..f6b1862b2fa4f5b114eb7ea1498610a0f70ca4cc 100644 (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;
        }
 }