From: wessels <> Date: Wed, 4 Sep 1996 00:54:45 +0000 (+0000) Subject: - Fixed ipcache TTL bug from new ipcache_parsebuffer(). X-Git-Tag: SQUID_3_0_PRE1~5860 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba35f853bc82f8279487561d073155e529228912;p=thirdparty%2Fsquid.git - Fixed ipcache TTL bug from new ipcache_parsebuffer(). --- diff --git a/src/ipcache.cc b/src/ipcache.cc index 9c8751b78f..f83279e246 100644 --- a/src/ipcache.cc +++ b/src/ipcache.cc @@ -1,5 +1,5 @@ /* - * $Id: ipcache.cc,v 1.53 1996/08/30 22:37:58 wessels Exp $ + * $Id: ipcache.cc,v 1.54 1996/09/03 18:54:45 wessels Exp $ * * DEBUG: section 14 IP Cache * AUTHOR: Harvest Derived @@ -631,6 +631,7 @@ static int ipcache_dnsHandleRead(fd, dnsData) i->entry = x->entry; i->error_message = x->error_message; i->status = x->status; + i->expires = x->expires; ipcache_call_pending(i); } }