]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
-remove ipcache_entry->lock
authorwessels <>
Fri, 12 Jul 1996 23:40:27 +0000 (23:40 +0000)
committerwessels <>
Fri, 12 Jul 1996 23:40:27 +0000 (23:40 +0000)
src/neighbors.cc

index dd0c216f81ec660afdadfbbbfa5150bfb98eb023..649bfff76ea21b314cc99c79d6dc8f7150883772 100644 (file)
@@ -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];