From: wessels <> Date: Fri, 12 Jul 1996 23:40:27 +0000 (+0000) Subject: -remove ipcache_entry->lock X-Git-Tag: SQUID_3_0_PRE1~6071 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c45645a74db959b569daed74c30f5014efe45d3;p=thirdparty%2Fsquid.git -remove ipcache_entry->lock --- diff --git a/src/neighbors.cc b/src/neighbors.cc index dd0c216f81..649bfff76e 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1,5 +1,5 @@ /* - * $Id: neighbors.cc,v 1.26 1996/07/11 22:43:44 wessels Exp $ + * $Id: neighbors.cc,v 1.27 1996/07/12 17:40:27 wessels Exp $ * * DEBUG: section 15 Neighbor Routines * AUTHOR: Harvest Derived @@ -415,7 +415,6 @@ void neighbors_open(fd) safe_free(e); continue; } - ipcacheLockEntry(e->host); e->n_addresses = 0; for (j = 0; *list && j < EDGE_MAX_ADDRESSES; j++) { ina = &e->addresses[j];