]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
renaming.
authoradrian <>
Mon, 21 Oct 2002 15:18:40 +0000 (15:18 +0000)
committeradrian <>
Mon, 21 Oct 2002 15:18:40 +0000 (15:18 +0000)
src/icp_v2.cc

index 9854503333f4778de0ef65bdd65a09c22daa22b8..2964b7d3e3b88d36195a6b1d1e14cbcce0a39d77 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: icp_v2.cc,v 1.70 2002/10/21 05:45:30 adrian Exp $
+ * $Id: icp_v2.cc,v 1.71 2002/10/21 09:18:40 adrian Exp $
  *
  * DEBUG: section 12    Internet Cache Protocol
  * AUTHOR: Duane Wessels
@@ -485,7 +485,7 @@ icpHandleUdp(int sock, void *data)
     while (max--) {
        from_len = sizeof(from);
        memset(&from, '\0', from_len);
-       len = comm_recvfrom(sock,
+       len = comm_udp_recvfrom(sock,
            buf,
            SQUID_UDP_SO_RCVBUF - 1,
            0,