]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- Fixed ipcache TTL bug from new ipcache_parsebuffer().
authorwessels <>
Wed, 4 Sep 1996 00:54:45 +0000 (00:54 +0000)
committerwessels <>
Wed, 4 Sep 1996 00:54:45 +0000 (00:54 +0000)
src/ipcache.cc

index 9c8751b78fe97c579e94fcedaada4083d0e8ee76..f83279e2460db845c23883207a8fefe0262a2a0b 100644 (file)
@@ -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);
        }
     }