shut up purify (mistake is in winsock but we can init the var and avoid the umr)

This commit is contained in:
Jeff Hill
2002-12-11 01:20:55 +00:00
parent b631253c9d
commit 2ad0b9e362
+1 -1
View File
@@ -1427,7 +1427,7 @@ bool tcpiiu::bytesArePendingInOS () const
}
return false;
#else
osiSockIoctl_t bytesPending;
osiSockIoctl_t bytesPending = 0; /* shut up purifys yapping */
int status = socket_ioctl ( this->sock, // X aCC 392
FIONREAD, & bytesPending );
if ( status ) {