summaryrefslogtreecommitdiffstats
path: root/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sm_cust_bindcdr/sm_cust_bindcdr.c')
-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 3fe96ac4..91394772 100644
--- a/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c
+++ b/plugins/sm_cust_bindcdr/sm_cust_bindcdr.c
@@ -377,6 +377,6 @@ CODEmodInit_QueryRegCFSLineHdlr
root = NULL;
CHKiRet(omsdRegCFSLineHdlr((uchar *)"sgcustombindcdrallowedip", 0, eCmdHdlrGetWord,
- addAllowedIP, NULL, STD_LOADABLE_MODULE_ID));
+ addAllowedIP, NULL, STD_LOADABLE_MODULE_ID, eConfObjGlobal));
dbgprintf("rsyslog sm_cust_bindcdr called, compiled with version %s\n", VERSION);
ENDmodInit