]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
compiler
authorwessels <>
Sat, 25 Jul 1998 05:53:44 +0000 (05:53 +0000)
committerwessels <>
Sat, 25 Jul 1998 05:53:44 +0000 (05:53 +0000)
src/pconn.cc

index 8e90ffd8d83cb2d7eafde9bfe9f067410a3753c8..52b914f1d636eab249deddd00bf28a72e4ed6cf0 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: pconn.cc,v 1.20 1998/07/24 22:48:15 wessels Exp $
+ * $Id: pconn.cc,v 1.21 1998/07/24 23:53:44 wessels Exp $
  *
  * DEBUG: section 48    Persistent Connections
  * AUTHOR: Duane Wessels
@@ -183,7 +183,7 @@ pconnPush(int fd, const char *host, u_short port)
        return;
     } else if (shutting_down) {
        comm_close(fd);
-       return
+       return;
     }
     assert(table != NULL);
     strcpy(key, pconnKey(host, port));