From: wessels <> Date: Mon, 27 Oct 1997 10:12:12 +0000 (+0000) Subject: ABR fix X-Git-Tag: SQUID_3_0_PRE1~4677 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41dc9620c9ea9f4721b299fad6969b331db50fd7;p=thirdparty%2Fsquid.git ABR fix --- diff --git a/src/ipcache.cc b/src/ipcache.cc index 75403a4a73..4d9eb68349 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -1,6 +1,6 @@ /* - * $Id: ipcache.cc,v 1.136 1997/10/26 06:26:26 wessels Exp $ + * $Id: ipcache.cc,v 1.137 1997/10/27 03:12:12 wessels Exp $ * * DEBUG: section 14 IP Cache * AUTHOR: Harvest Derived @@ -1054,7 +1054,6 @@ ipcacheCycleAddr(const char *name) return; if (i->status != IP_CACHED) return; - i->addrs.cur++; ia = &i->addrs; fullcircle = ia->cur; while (ia->bad_mask[ia->cur]) {