]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Thu, 28 May 1998 10:44:01 +0000 (10:44 +0000)
committerwessels <>
Thu, 28 May 1998 10:44:01 +0000 (10:44 +0000)
src/comm.cc

index 91815a5fc1555f7fddab4886522a18e7ae993147..7d0fbfcbc9911bc008c4f653ca07db48ed840e36 100644 (file)
@@ -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);