From: wessels <> Date: Sun, 15 Dec 1996 10:29:44 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~5291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75c15ae12ff2aeff9be22197b3be7edad108e6bf;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/store.cc b/src/store.cc index c9bd140d35..dff2fc2a7a 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.179 1996/12/15 03:17:46 wessels Exp $ + * $Id: store.cc,v 1.180 1996/12/15 03:29:44 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -1406,7 +1406,7 @@ storeDoRebuildFromDisk(void *data) safeunlink(swapfile, 0); continue; } - if (fileno < 0 || fileno >= MAX_SWAP_FILE) + if (sfileno < 0 || sfileno >= MAX_SWAP_FILE) continue; timestamp = (time_t) scan1; expires = (time_t) scan2;