1
0

Removed a stale comment.

This commit is contained in:
madmaxoft 2013-11-24 14:43:06 +01:00
parent dbb76ef9fe
commit 319d32117d

View File

@ -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));