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:
@@ -1267,7 +1267,6 @@ wxDatagramSocket::wxDatagramSocket( wxSockAddress& addr,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Setup the socket as non connection oriented
|
// Setup the socket as non connection oriented
|
||||||
GSocket_Unstreamed(m_socket);
|
|
||||||
GSocket_SetLocal(m_socket, addr.GetAddress());
|
GSocket_SetLocal(m_socket, addr.GetAddress());
|
||||||
if( GSocket_SetNonOriented(m_socket) != GSOCK_NOERROR )
|
if( GSocket_SetNonOriented(m_socket) != GSOCK_NOERROR )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user