--------------------- PatchSet 979 Date: 2000/12/22 11:33:28 Author: nikitadanilov Branch: raid Tag: (none) Log: Put #if defined( DISK_REPL ) around initilization of swap->n_offline Members: src/cache_cf.c:1.6.4.1.6.1->1.6.4.1.6.2 Index: squid/src/cache_cf.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/cache_cf.c,v retrieving revision 1.6.4.1.6.1 retrieving revision 1.6.4.1.6.2 diff -u -r1.6.4.1.6.1 -r1.6.4.1.6.2 --- squid/src/cache_cf.c 17 Dec 2000 14:36:23 -0000 1.6.4.1.6.1 +++ squid/src/cache_cf.c 22 Dec 2000 11:33:28 -0000 1.6.4.1.6.2 @@ -1,6 +1,6 @@ /* - * $Id: cache_cf.c,v 1.6.4.1.6.1 2000/12/17 14:36:23 hno Exp $ + * $Id: cache_cf.c,v 1.6.4.1.6.2 2000/12/22 11:33:28 nikitadanilov Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -968,7 +968,9 @@ swap->swapDirs = NULL; swap->n_allocated = 0; swap->n_configured = 0; +#if defined( DISK_REPL ) swap->n_offline = 0; +#endif } const char *