summaryrefslogtreecommitdiffstats
path: root/cfgparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfgparser.c')
-rw-r--r--cfgparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfgparser.c b/cfgparser.c
index 4e449be16d..646af3460f 100644
--- a/cfgparser.c
+++ b/cfgparser.c
@@ -19,7 +19,7 @@
#define COMMAND_LINE 0
#define CONFIG_FILE 1
-#define MAX_RECURSION_DEPTH 10
+#define MAX_RECURSION_DEPTH 8
#ifdef DEBUG
#include <assert.h>