From: Vadim Zeitlin Date: Mon, 27 Sep 2004 20:51:19 +0000 (+0000) Subject: initialize m_reusable (patch 1035725) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1eef64d83657a6bccd4e22b0c5155ce2e5207306 initialize m_reusable (patch 1035725) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/gsocket.cpp b/src/unix/gsocket.cpp index a1ceb862e3..f857c3c176 100644 --- a/src/unix/gsocket.cpp +++ b/src/unix/gsocket.cpp @@ -254,6 +254,7 @@ GSocket::GSocket() m_stream = true; m_gui_dependent = NULL; m_non_blocking = false; + m_reusable = false; m_timeout = 10*60*1000; /* 10 minutes * 60 sec * 1000 millisec */ m_establishing = false;