From: wessels <> Date: Sat, 25 Jul 1998 05:53:44 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~2982 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a146237cb2eca9c5ad8129f2e28ddc26a454585;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/pconn.cc b/src/pconn.cc index 8e90ffd8d8..52b914f1d6 100644 --- a/src/pconn.cc +++ b/src/pconn.cc @@ -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));