From 9f14bd92b1d36cbd06c2aad82ed29df9010a3af1 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 17 Apr 1996 00:29:40 +0000 Subject: [PATCH] fix accidentally changing getFromDefaultSource() to getFromCache() --- src/neighbors.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/neighbors.cc b/src/neighbors.cc index 20cd7777ff..6734fbc45f 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -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 { -- 2.47.2