From 2ad0b9e362b8532573e81780914a52f5e8ca622e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 11 Dec 2002 01:20:55 +0000 Subject: [PATCH] shut up purify (mistake is in winsock but we can init the var and avoid the umr) --- src/ca/tcpiiu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/tcpiiu.cpp b/src/ca/tcpiiu.cpp index bc941ba61..e7f04da0f 100644 --- a/src/ca/tcpiiu.cpp +++ b/src/ca/tcpiiu.cpp @@ -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 ) {