From: wessels <> Date: Fri, 13 Mar 1998 04:19:55 +0000 (+0000) Subject: nits X-Git-Tag: SQUID_3_0_PRE1~3856 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de0df6f5ebc4284af12d555abfae7a4983443c52;p=thirdparty%2Fsquid.git nits --- diff --git a/src/icp_v2.cc b/src/icp_v2.cc index 870acc9037..75d1869718 100644 --- a/src/icp_v2.cc +++ b/src/icp_v2.cc @@ -350,11 +350,10 @@ icpConnectionsOpen(void) Config.Addrs.udp_incoming, port, COMM_NONBLOCKING, - "ICP Port"); + "ICP Socket"); leave_suid(); if (theInIcpConnection < 0) fatal("Cannot open ICP Port"); - fd_note(theInIcpConnection, "ICP socket"); commSetSelect(theInIcpConnection, COMM_SELECT_READ, icpHandleUdp,