]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove ICP_AUTH_SIZE
authorwessels <>
Sat, 7 Feb 1998 06:57:29 +0000 (06:57 +0000)
committerwessels <>
Sat, 7 Feb 1998 06:57:29 +0000 (06:57 +0000)
src/defines.h
src/neighbors.cc

index fee7bb3e5799b5366cd58af9d04a88d184e338bb..ea5cef30335db9114b3377af8aa2d05c00a82eaa 100644 (file)
 /* flags for peer->mcast.flags */
 #define PEER_COUNT_EVENT_PENDING 1
 #define PEER_COUNTING           2
-#define ICP_AUTH_SIZE (2)      /* size of authenticator field */
 
 #define PEER_DEAD 0
 #define PEER_ALIVE 1
index b73ff4054daa0e6924d6695604d3cb8519662c67..e5850340779b19aadd5a5a879d711dfc217a6d2d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: neighbors.cc,v 1.172 1998/01/31 05:32:01 wessels Exp $
+ * $Id: neighbors.cc,v 1.173 1998/02/06 23:57:30 wessels Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
@@ -383,7 +383,6 @@ neighbors_open(int fd)
        echo_hdr.reqnum = 0;
        echo_hdr.flags = 0;
        echo_hdr.pad = 0;
-       /* memset(echo_hdr.auth, '\0', sizeof(u_num32) * ICP_AUTH_SIZE); */
        echo_hdr.shostid = name.sin_addr.s_addr;
        sep = getservbyname("echo", "udp");
        echo_port = sep ? ntohs((u_short) sep->s_port) : 7;