]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Corrected a merge conflict from the cbdata branch.
authorhno <>
Thu, 18 Apr 2002 03:53:26 +0000 (03:53 +0000)
committerhno <>
Thu, 18 Apr 2002 03:53:26 +0000 (03:53 +0000)
src/net_db.cc

index 53282b77c1e528eda042740bf9253ba553dc7661..6e3a453d8b525cdcf3fec2b7505ce2b02734ea20 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: net_db.cc,v 1.160 2002/04/13 23:07:51 hno Exp $
+ * $Id: net_db.cc,v 1.161 2002/04/17 21:53:26 hno Exp $
  *
  * DEBUG: section 38    Network Measurement Database
  * AUTHOR: Duane Wessels
@@ -564,8 +564,6 @@ netdbExchangeHandleReply(void *data, char *notused, ssize_t retsize)
     rec_sz += 1 + sizeof(addr.s_addr);
     rec_sz += 1 + sizeof(int);
     rec_sz += 1 + sizeof(int);
-    ex->seen = ex->used + size;
-    debug(38, 3) ("netdbExchangeHandleReply: %d bytes\n", (int) size);
     debug(38, 3) ("netdbExchangeHandleReply: %d read bytes\n", (int) retsize);
     if (!cbdataReferenceValid(ex->p)) {
        debug(38, 3) ("netdbExchangeHandleReply: Peer became invalid\n");