From: wessels <> Date: Sun, 30 Nov 1997 09:40:07 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~4450 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5ac5bbbce7bf57e7ba2a9472a4e39c596d51bbd;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/comm.cc b/src/comm.cc index 4383948a69..ccf3ae5f18 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1,6 +1,6 @@ /* - * $Id: comm.cc,v 1.209 1997/11/29 08:03:18 wessels Exp $ + * $Id: comm.cc,v 1.210 1997/11/30 02:40:07 wessels Exp $ * * DEBUG: section 5 Socket Functions * AUTHOR: Harvest Derived @@ -838,8 +838,8 @@ comm_poll(time_t sec) setSocketShutdownLifetimes(Config.shutdownLifetime); else setSocketShutdownLifetimes(1); -#endif } +#endif nfds = 0; maxfd = Biggest_FD + 1; for (i = 0; i < maxfd; i++) {