initialize m_reusable (patch 1035725)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-09-27 20:51:19 +00:00
parent 2d0c2e79c2
commit 1eef64d836

View 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;