From: wessels <> Date: Thu, 28 May 1998 10:44:01 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~3232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47743c1470b54f16a01ebfc1b5a1e06471d7681c;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/comm.cc b/src/comm.cc index 91815a5fc1..7d0fbfcbc9 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,7 +1,7 @@ /* - * $Id: comm.cc,v 1.261 1998/05/28 04:42:28 wessels Exp $ + * $Id: comm.cc,v 1.262 1998/05/28 04:44:01 wessels Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -898,7 +898,7 @@ comm_incoming(void) { int j; incame = 0; - if (theInIcpConnection > 0) + if (theInIcpConnection > 0) { icpHandleUdp(theInIcpConnection, &incame); if (theInIcpConnection != theOutIcpConnection) icpHandleUdp(theOutIcpConnection, &incame);