X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7488a05edb51a52c6a288bff50091450fcfaddfa..19b65a3033b64672b1d726bae1cd240112b1639e:/src/unix/gsocket.cpp?ds=sidebyside 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;