From 09da6bbd5d6c717d9b0e4b7050054742464b12dd Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 27 Apr 2006 22:16:46 +0200 Subject: [PATCH] Removed the cf/sherlock2 hack (will move the config files in a minute). Also fixed a bug in parsing Includes. Robert, please verify the fix, I am not sure I've done the right thing. --- lib/conf2.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/conf2.c b/lib/conf2.c index 72a47929..dad7399e 100644 --- a/lib/conf2.c +++ b/lib/conf2.c @@ -1326,6 +1326,7 @@ parse_fastbuf(byte *name_fb, struct fastbuf *fb, uns depth) goto error; line_num = ll; parse_fb = fb; + continue; } enum cf_operation op; byte *c = strchr(name, ':'); @@ -1359,9 +1360,6 @@ error: return "included from here"; } -#undef DEFAULT_CONFIG /* FIXME */ -#define DEFAULT_CONFIG "cf/sherlock2" - #ifndef DEFAULT_CONFIG #define DEFAULT_CONFIG NULL #endif -- 2.39.2