]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove wierd , CUR in ipcache output
authorwessels <>
Fri, 24 Apr 1998 12:40:05 +0000 (12:40 +0000)
committerwessels <>
Fri, 24 Apr 1998 12:40:05 +0000 (12:40 +0000)
src/ipcache.cc

index b9d37ea2b5a99a595b8f561dbf0454157345f9a8..da66c586e9f8842e910292cd8726fc8c6f0edd00 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ipcache.cc,v 1.180 1998/04/22 01:40:15 wessels Exp $
+ * $Id: ipcache.cc,v 1.181 1998/04/24 06:40:05 wessels Exp $
  *
  * DEBUG: section 14    IP Cache
  * AUTHOR: Harvest Derived
@@ -757,8 +757,6 @@ ipcacheStatPrint(ipcache_entry * i, StoreEntry * sentry)
     for (k = 0; k < (int) i->addrs.count; k++) {
        storeAppendPrintf(sentry, " %15s-%3s", inet_ntoa(i->addrs.in_addrs[k]),
            i->addrs.bad_mask[k] ? "BAD" : "OK ");
-       if (i->addrs.count > 1 && k == i->addrs.cur)
-           storeAppendPrintf(sentry, ",CUR");
     }
     storeAppendPrintf(sentry, "\n");
 }