summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-07-09 14:41:38 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-07-09 14:41:38 +0200
commit824a4b98d5fd96183aa2c0961df604fd5ef48915 (patch)
tree91daa98b4e2798c16871c7ca85d371b0a0d1e8f7
parentd4fe3d13894be957aeccbbc279854eacf9fd6f46 (diff)
downloadrsyslog-824a4b98d5fd96183aa2c0961df604fd5ef48915.tar.gz
rsyslog-824a4b98d5fd96183aa2c0961df604fd5ef48915.tar.xz
rsyslog-824a4b98d5fd96183aa2c0961df604fd5ef48915.zip
fix: pmrfc3164 did not load because modInit was not specified
... in the proper way for a non.builtin module.
-rw-r--r--plugins/pmrfc3164sd/pmrfc3164sd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pmrfc3164sd/pmrfc3164sd.c b/plugins/pmrfc3164sd/pmrfc3164sd.c
index a3ccb86e..bc439f3f 100644
--- a/plugins/pmrfc3164sd/pmrfc3164sd.c
+++ b/plugins/pmrfc3164sd/pmrfc3164sd.c
@@ -322,7 +322,7 @@ CODEqueryEtryPt_IsCompatibleWithFeature_IF_OMOD_QUERIES
ENDqueryEtryPt
-BEGINmodInit(pmrfc3164sd)
+BEGINmodInit()
CODESTARTmodInit
*ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */
CODEmodInit_QueryRegCFSLineHdlr