diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-14 12:54:09 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-03-14 12:54:09 +0100 |
commit | 48c0875b15fac19d06ebcfb5902ab35c0f1f112e (patch) | |
tree | 06af616084be9f3a1dab6ebae8d26109d4fe3183 /plugins/imtemplate | |
parent | ef45e0ff714767b58e9069a1db78d92ef370e498 (diff) | |
download | rsyslog-48c0875b15fac19d06ebcfb5902ab35c0f1f112e.tar.gz rsyslog-48c0875b15fac19d06ebcfb5902ab35c0f1f112e.tar.xz rsyslog-48c0875b15fac19d06ebcfb5902ab35c0f1f112e.zip |
fixed compile problem in imtemplate
fixes: http://bugzilla.adiscon.com/show_bug.cgi?id=235
Diffstat (limited to 'plugins/imtemplate')
-rw-r--r-- | plugins/imtemplate/imtemplate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imtemplate/imtemplate.c b/plugins/imtemplate/imtemplate.c index 0e2cac11..f18eba92 100644 --- a/plugins/imtemplate/imtemplate.c +++ b/plugins/imtemplate/imtemplate.c @@ -426,7 +426,7 @@ CODEmodInit_QueryRegCFSLineHdlr * variables at all (unlikely, I think...), you can remove this handler. */ CHKiRet(omsdRegCFSLineHdlr((uchar *)"resetconfigvariables", 1, eCmdHdlrCustomHandler, - resetConfigVariables, NULL, STD_LOADABLE_MODULE_ID)); + resetConfigVariables, NULL, STD_LOADABLE_MODULE_ID, eConfObjGlobal)); /* ... do whatever else you need to do, but keep it brief ... */ |