aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.l
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-09-25 21:24:37 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-09-25 21:24:37 +0400
commite1fea1e66d0f1111e934bb0e86bd2ce25da6df6e (patch)
treebdb01f8536955fb802068ac39eb18e2a727afa16 /src/cfg_file.l
parent71b43d966af50b69605fd91453e90eb3c67a3203 (diff)
downloadrspamd-e1fea1e66d0f1111e934bb0e86bd2ce25da6df6e.tar.gz
rspamd-e1fea1e66d0f1111e934bb0e86bd2ce25da6df6e.zip
* Make composites working
* Document using of composites
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;