fixed purify warning

This commit is contained in:
Jeff Hill
2001-06-12 17:20:07 +00:00
parent ff76c98aa3
commit 4444b74a58

View File

@@ -343,7 +343,7 @@ outBuf::flushCondition casDGIntfIO::osdSend (const char *pBufIn, bufSizeT size,
bufSizeT casDGIntfIO::incommingBytesPresent () const
{
int status;
osiSockIoctl_t nchars;
osiSockIoctl_t nchars = 0;
status = socket_ioctl (this->sock, FIONREAD, &nchars);
if (status<0) {