summaryrefslogtreecommitdiffstats
path: root/runtime/rsconf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-20 09:34:31 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-20 09:34:31 +0200
commit46ccc9e77f5e2ee3ded1ca79e973fafdc37e4c0f (patch)
tree8740339bdd1b50fea742814db1248a7fbf8ebd0d /runtime/rsconf.c
parent2cccec9a9ff5a5d1b0db6f869a525c4b3c601c33 (diff)
downloadrsyslog-46ccc9e77f5e2ee3ded1ca79e973fafdc37e4c0f.tar.gz
rsyslog-46ccc9e77f5e2ee3ded1ca79e973fafdc37e4c0f.tar.xz
rsyslog-46ccc9e77f5e2ee3ded1ca79e973fafdc37e4c0f.zip
milestone: module() can load module in legacy mode
Diffstat (limited to 'runtime/rsconf.c')
-rw-r--r--runtime/rsconf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index c1af7d22..ea0eaa0d 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -368,6 +368,9 @@ void cnfDoObj(struct cnfobj *o)
case CNFOBJ_GLOBAL:
glblProcessCnf(o);
break;
+ case CNFOBJ_MODULE:
+ modulesProcessCnf(o);
+ break;
case CNFOBJ_ACTION:
actionProcessCnf(o);
break;