projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17d3ce7
)
removed GSocket_Unstreamed() call
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 26 Jul 2004 22:14:59 +0000
(22:14 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 26 Jul 2004 22:14:59 +0000
(22:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28514
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/socket.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/socket.cpp
b/src/common/socket.cpp
index 043eb9a07d176ea2836f2bfe855ab851f3668a3f..8edfe18588d0f9d5ee91a334e6edc2ab924f3e78 100644
(file)
--- a/
src/common/socket.cpp
+++ b/
src/common/socket.cpp
@@
-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 )
{