From: wessels <> Date: Sat, 3 Jan 1998 02:55:28 +0000 (+0000) Subject: Reset Config.npeers to zero in free_peer() X-Git-Tag: SQUID_3_0_PRE1~4284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=987c67d139717f94798a63aff9d1d273fdb96434;p=thirdparty%2Fsquid.git Reset Config.npeers to zero in free_peer() --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index e698d19737..077c85a40b 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,6 +1,6 @@ /* - * $Id: cache_cf.cc,v 1.239 1997/12/27 18:15:07 kostas Exp $ + * $Id: cache_cf.cc,v 1.240 1998/01/02 19:55:28 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -659,6 +659,7 @@ free_peer(peer ** P) *P = p->next; peerDestroy(p); } + Config.npeers = 0; } static void