From 41dc9620c9ea9f4721b299fad6969b331db50fd7 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Mon, 27 Oct 1997 10:12:12 +0000 Subject: [PATCH] ABR fix --- src/ipcache.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]) { -- 2.47.3