summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-08-25 11:08:38 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-08-25 11:08:38 +0200
commit1eac94e11dab1e7caead5e31a57d2cae31b5ad62 (patch)
tree62c653ddeddc39263b075ea3c3d122bfd77d14c6 /runtime
parentab7b1b381a467d6a61760a5cb84ef804a74598f1 (diff)
downloadrsyslog-1eac94e11dab1e7caead5e31a57d2cae31b5ad62.tar.gz
rsyslog-1eac94e11dab1e7caead5e31a57d2cae31b5ad62.tar.xz
rsyslog-1eac94e11dab1e7caead5e31a57d2cae31b5ad62.zip
v6 config/templates: legacy types are now supported via template()
Diffstat (limited to 'runtime')
-rw-r--r--runtime/rsconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/rsconf.c b/runtime/rsconf.c
index f07ab314..cbc09c11 100644
--- a/runtime/rsconf.c
+++ b/runtime/rsconf.c
@@ -66,6 +66,7 @@
#include "parserif.h"
#include "modules.h"
#include "dirty.h"
+#include "template.h"
/* static data */
DEFobjStaticHelpers
@@ -400,8 +401,7 @@ int bChkUnuse = 1; // TODO: Delete
actionProcessCnf(o);
break;
case CNFOBJ_TPL:
- //processTemplate(o);
-bChkUnuse = 0;
+ tplProcessCnf(o);
break;
case CNFOBJ_PROPERTY:
//processTemplate(o);