diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-14 09:31:23 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-14 09:31:23 +0000 |
commit | 7e58cb0779dbb132aede3d29a82a8a4d2d955365 (patch) | |
tree | 7c670b1fb1be3c3b6bbc719bae0b6bb0e81e9483 /plugins | |
parent | 35b08726373868a4259bd70f79ba4bf25803e829 (diff) | |
download | rsyslog-7e58cb0779dbb132aede3d29a82a8a4d2d955365.tar.gz rsyslog-7e58cb0779dbb132aede3d29a82a8a4d2d955365.tar.xz rsyslog-7e58cb0779dbb132aede3d29a82a8a4d2d955365.zip |
bugfix: was programmed as a built-in module
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/omrelp/omrelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omrelp/omrelp.c b/plugins/omrelp/omrelp.c index 8f464e30..22482c23 100644 --- a/plugins/omrelp/omrelp.c +++ b/plugins/omrelp/omrelp.c @@ -530,7 +530,7 @@ CODEqueryEtryPt_STD_OMOD_QUERIES ENDqueryEtryPt -BEGINmodInit(Fwd) +BEGINmodInit() CODESTARTmodInit *ipIFVersProvided = CURR_MOD_IF_VERSION; /* we only support the current interface specification */ CODEmodInit_QueryRegCFSLineHdlr |