]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
nits
authorwessels <>
Fri, 13 Mar 1998 04:19:55 +0000 (04:19 +0000)
committerwessels <>
Fri, 13 Mar 1998 04:19:55 +0000 (04:19 +0000)
src/icp_v2.cc

index 870acc9037ebb49b672f8c03651df6ab29f45a34..75d1869718a65a2e283154eeb767d05c849fbd82 100644 (file)
@@ -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,