]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix accidentally changing getFromDefaultSource() to getFromCache()
authorwessels <>
Wed, 17 Apr 1996 00:29:40 +0000 (00:29 +0000)
committerwessels <>
Wed, 17 Apr 1996 00:29:40 +0000 (00:29 +0000)
src/neighbors.cc

index 20cd7777ff744908d7118aa638df694651fd414e..6734fbc45f22bee3cdf15c9e81e290bc080b3f4d 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: neighbors.cc,v 1.21 1996/04/16 05:05:26 wessels Exp $ */
+/* $Id: neighbors.cc,v 1.22 1996/04/16 18:29:40 wessels Exp $ */
 
 /* TODO:
  * - change 'neighbor' to 'sibling'
@@ -599,7 +599,7 @@ void neighborsUdpAck(fd, url, header, from, entry)
            debug(15, 6, "Receive MISSes from all neighbors and parents\n");
            /* pass in fd=0 here so getFromCache() looks up the real FD
             * and resets the timeout handler */
-           getFromCache(0, entry, NULL, entry->mem_obj->request);
+           getFromDefaultSource(0, entry);
            return;
        }
     } else {