]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- Bug fix: changed LOG_TAG_NOPNE to LOG_ICP_QUERY in all icpUdpSend() calls.
authorrousskov <>
Sat, 11 Apr 1998 04:57:34 +0000 (04:57 +0000)
committerrousskov <>
Sat, 11 Apr 1998 04:57:34 +0000 (04:57 +0000)
src/neighbors.cc

index 18e2b651ee47eaeee52bb3f02c66bc43782d5b3d..795cf42baf681ec3dd33e8479584fb4c62260b63 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: neighbors.cc,v 1.195 1998/04/08 22:51:14 rousskov Exp $
+ * $Id: neighbors.cc,v 1.196 1998/04/10 22:57:34 rousskov Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
@@ -461,7 +461,7 @@ neighborsUdpPing(request_t * request,
            icpUdpSend(theOutIcpConnection,
                &p->in_addr,
                query,
-               LOG_TAG_NONE,
+               LOG_ICP_QUERY,
                0);
        } else {
            flags = 0;
@@ -472,7 +472,7 @@ neighborsUdpPing(request_t * request,
            icpUdpSend(theOutIcpConnection,
                &p->in_addr,
                query,
-               LOG_TAG_NONE,
+               LOG_ICP_QUERY,
                0);
        }
        queries_sent++;
@@ -531,7 +531,7 @@ neighborsUdpPing(request_t * request,
                icpUdpSend(theOutIcpConnection,
                    &to_addr,
                    query,
-                   LOG_TAG_NONE,
+                   LOG_ICP_QUERY,
                    0);
            }
        } else {
@@ -1050,7 +1050,7 @@ peerCountMcastPeersStart(void *data)
     icpUdpSend(theOutIcpConnection,
        &p->in_addr,
        query,
-       LOG_TAG_NONE,
+       LOG_ICP_QUERY,
        0);
     fake->ping_status = PING_WAITING;
     eventAdd("peerCountMcastPeersDone",