From: wessels <> Date: Sat, 7 Feb 1998 06:57:29 +0000 (+0000) Subject: remove ICP_AUTH_SIZE X-Git-Tag: SQUID_3_0_PRE1~4141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62a9ac942cb5b6e4dd1525a8cf117364bc428e8d;p=thirdparty%2Fsquid.git remove ICP_AUTH_SIZE --- diff --git a/src/defines.h b/src/defines.h index fee7bb3e57..ea5cef3033 100644 --- a/src/defines.h +++ b/src/defines.h @@ -151,7 +151,6 @@ /* 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 diff --git a/src/neighbors.cc b/src/neighbors.cc index b73ff4054d..e585034077 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -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;