diff options
author | madmaxoft <github@xoft.cz> | 2013-11-24 14:43:06 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-11-24 14:43:06 +0100 |
commit | 319d32117d75d835749fd6488b89e18fb0ea233e (patch) | |
tree | fa125b2a335ef6719a9ee5e570ba80e08110289e /source | |
parent | RCONClient: Initial implementation. (diff) | |
download | cuberite-319d32117d75d835749fd6488b89e18fb0ea233e.tar cuberite-319d32117d75d835749fd6488b89e18fb0ea233e.tar.gz cuberite-319d32117d75d835749fd6488b89e18fb0ea233e.tar.bz2 cuberite-319d32117d75d835749fd6488b89e18fb0ea233e.tar.lz cuberite-319d32117d75d835749fd6488b89e18fb0ea233e.tar.xz cuberite-319d32117d75d835749fd6488b89e18fb0ea233e.tar.zst cuberite-319d32117d75d835749fd6488b89e18fb0ea233e.zip |
Diffstat (limited to '')
-rw-r--r-- | source/OSSupport/Socket.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/OSSupport/Socket.cpp b/source/OSSupport/Socket.cpp index c461d38a4..f25f800c2 100644 --- a/source/OSSupport/Socket.cpp +++ b/source/OSSupport/Socket.cpp @@ -210,9 +210,6 @@ bool cSocket::BindToAnyIPv4(unsigned short a_Port) bool cSocket::BindToAnyIPv6(unsigned short a_Port) { - // Cannot use socckaddr_in6, because it is not defined in the default VS2008 SDK - // Must jump through hoops here - sockaddr_in6 local; memset(&local, 0, sizeof(local)); |