[Common-cvs] netio/platform/unix unix_net.cpp,1.6,1.6.2.1
rggammon at helixcommunity.org rggammon at helixcommunity.orgUpdate of /cvsroot/common/netio/platform/unix
In directory cvs.internal.helixcommunity.org:/tmp/cvs-serv6232/platform/unix
Modified Files:
Tag: hxclient_1_3_0_neptunex
unix_net.cpp
Log Message:
Accept takes addrlen as a HX_SOCKLEN_T, not a UINT16
Index: unix_net.cpp
===================================================================
RCS file: /cvsroot/common/netio/platform/unix/unix_net.cpp,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- unix_net.cpp 11 Dec 2003 21:12:27 -0000 1.6
+++ unix_net.cpp 6 Apr 2004 20:17:16 -0000 1.6.2.1
@@ -847,7 +847,7 @@
{
sockaddr_in cliaddr;
- UINT16 addrlen = sizeof(sockaddr_in);
+ HX_SOCKLEN_T addrlen = sizeof(sockaddr_in);
//memset(&cliaddr, 0, addrlen);
//Return this if nothing changes.