]> git.saurik.com Git - wxWidgets.git/commitdiff
initialize m_reusable (patch 1035725)
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Sep 2004 20:51:19 +0000 (20:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 27 Sep 2004 20:51:19 +0000 (20:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/gsocket.cpp

index a1ceb862e3dee93d68f70917626f9647ed923ddb..f857c3c176107eb621662be1b9eeb355fd3d8410 100644 (file)
@@ -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;