removed GSocket_Unstreamed() call
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
17d3ce7eff
commit
2d080a4963
@ -1267,7 +1267,6 @@ wxDatagramSocket::wxDatagramSocket( wxSockAddress& addr,
|
||||
return;
|
||||
}
|
||||
// Setup the socket as non connection oriented
|
||||
GSocket_Unstreamed(m_socket);
|
||||
GSocket_SetLocal(m_socket, addr.GetAddress());
|
||||
if( GSocket_SetNonOriented(m_socket) != GSOCK_NOERROR )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user