aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg_file.l')
-rw-r--r--src/cfg_file.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_file.l b/src/cfg_file.l
index e1314905c..7646c87cf 100644
--- a/src/cfg_file.l
+++ b/src/cfg_file.l
@@ -36,7 +36,7 @@ extern struct config_file *cfg;
.module BEGIN(module_lex_state);
.lua BEGIN(lua_lex_state);
worker BEGIN(worker_lex_state); return WORKER;
-composites return COMPOSITES;
+composites BEGIN(module_lex_state);return COMPOSITES;
tempdir return TEMPDIR;
pidfile return PIDFILE;