summaryrefslogtreecommitdiffstats
path: root/plugins/sm_cust_bindcdr
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-01-19 13:07:46 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-01-19 13:07:46 +0100
commit6624ad434b5e346a84f600845c09739208382f43 (patch)
tree1b416935067cbc239499aa2850face4cad05dd7b /plugins/sm_cust_bindcdr
parent03be2fcd7cfe3355b8108fe8368a6a65ab98e9e9 (diff)
parentb38dd53e08258bc694f16373671be9c1c3deaa0c (diff)
downloadrsyslog-6624ad434b5e346a84f600845c09739208382f43.tar.gz
rsyslog-6624ad434b5e346a84f600845c09739208382f43.tar.xz
rsyslog-6624ad434b5e346a84f600845c09739208382f43.zip
Merge branch 'v6-stable-noscoping' into master
Conflicts: ChangeLog configure.ac doc/manual.html plugins/imfile/imfile.c plugins/imklog/imklog.c plugins/immark/immark.c plugins/imptcp/imptcp.c plugins/imrelp/imrelp.c plugins/imtcp/imtcp.c plugins/imtemplate/imtemplate.c plugins/imudp/imudp.c plugins/imuxsock/imuxsock.c plugins/mmsnmptrapd/mmsnmptrapd.c plugins/omtemplate/omtemplate.c runtime/glbl.c runtime/parser.c tools/omfile.c tools/syslogd.c
Diffstat (limited to 'plugins/sm_cust_bindcdr')
-rw-r--r--plugins/sm_cust_bindcdr/sm_cust_bindcdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c b/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c
index fa5f70b3..acf1bfad 100644
--- a/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c
+++ b/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c
@@ -386,6 +386,6 @@ CODEmodInit_QueryRegCFSLineHdlr
root = NULL;
CHKiRet(omsdRegCFSLineHdlr((uchar *)"sgcustombindcdrallowedip", 0, eCmdHdlrGetWord,
- addAllowedIP, NULL, STD_LOADABLE_MODULE_ID, eConfObjGlobal));
+ addAllowedIP, NULL, STD_LOADABLE_MODULE_ID));
dbgprintf("rsyslog sm_cust_bindcdr called, compiled with version %s\n", VERSION);
ENDmodInit