From: wessels <> Date: Fri, 1 Nov 1996 01:30:17 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5553 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4e93e73d215e7136be2998b33f6cdfa46bdebca;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/icmp.cc b/src/icmp.cc index dacb25ac0e..1cd4ea2014 100644 --- a/src/icmp.cc +++ b/src/icmp.cc @@ -1,6 +1,6 @@ /* - * $Id: icmp.cc,v 1.24 1996/10/31 07:30:04 wessels Exp $ + * $Id: icmp.cc,v 1.25 1996/10/31 18:30:17 wessels Exp $ * * DEBUG: section 37 ICMP Routines * AUTHOR: Duane Wessels @@ -92,7 +92,7 @@ icmpRecv(int unused1, void *unused2) commSetSelect(icmp_sock, COMM_SELECT_READ, NULL, - NULL, + NULL, 0); comm_close(icmp_sock); icmp_sock = -1; diff --git a/src/neighbors.cc b/src/neighbors.cc index bd211cc862..aa5740a3c7 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1,5 +1,5 @@ /* - * $Id: neighbors.cc,v 1.75 1996/10/30 09:28:02 wessels Exp $ + * $Id: neighbors.cc,v 1.76 1996/10/31 18:30:20 wessels Exp $ * * DEBUG: section 15 Neighbor Routines * AUTHOR: Harvest Derived @@ -699,7 +699,7 @@ neighborsUdpAck(int fd, char *url, icp_common_t * header, struct sockaddr_in *fr neighborRemove(e); e = NULL; } else { - neighborCountIgnored(e, opcode); + neighborCountIgnored(e, opcode); } } } else if (opcode == ICP_OP_RELOADING) {