--------------------- PatchSet 6472 Date: 2008/01/09 02:02:42 Author: amosjeffries Branch: ayjwork Tag: (none) Log: Fix depth calculation in include directive port Members: src/cache_cf.cc:1.79.2.15->1.79.2.16 Index: squid3/src/cache_cf.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/cache_cf.cc,v retrieving revision 1.79.2.15 retrieving revision 1.79.2.16 diff -u -r1.79.2.15 -r1.79.2.16 --- squid3/src/cache_cf.cc 9 Jan 2008 01:56:07 -0000 1.79.2.15 +++ squid3/src/cache_cf.cc 9 Jan 2008 02:02:42 -0000 1.79.2.16 @@ -1,6 +1,6 @@ /* - * $Id: cache_cf.cc,v 1.79.2.15 2008/01/09 01:56:07 amosjeffries Exp $ + * $Id: cache_cf.cc,v 1.79.2.16 2008/01/09 02:02:42 amosjeffries Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -352,7 +352,7 @@ default_all(); - err_count = parseOneConfigFile(file_name, 1); + err_count = parseOneConfigFile(file_name, 0); defaults_if_none();