summaryrefslogtreecommitdiffstats
path: root/plugins/ommongodb/ommongodb.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-19 07:53:23 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-19 07:53:23 +0200
commite1c34e174139ad030ca1108ff9782b294909013c (patch)
tree7cedf49d554a21ea32f1153415ad4094f03c72df /plugins/ommongodb/ommongodb.c
parent88ff647aef4c6db3c444c6d080f9886350ca9584 (diff)
downloadrsyslog-e1c34e174139ad030ca1108ff9782b294909013c.tar.gz
rsyslog-e1c34e174139ad030ca1108ff9782b294909013c.tar.xz
rsyslog-e1c34e174139ad030ca1108ff9782b294909013c.zip
renamed conf.c to legacyconf.c to make room for new config system
Diffstat (limited to 'plugins/ommongodb/ommongodb.c')
-rw-r--r--plugins/ommongodb/ommongodb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ommongodb/ommongodb.c b/plugins/ommongodb/ommongodb.c
index 8e19105f..3b7e9209 100644
--- a/plugins/ommongodb/ommongodb.c
+++ b/plugins/ommongodb/ommongodb.c
@@ -10,7 +10,7 @@
#include "mongo.h"
#include "config.h"
#include "rsyslog.h"
-#include "conf.h"
+#include "legacyconf.h"
#include "syslogd-types.h"
#include "srUtils.h"
#include "template.h"
@@ -277,4 +277,4 @@ CODEmodInit_QueryRegCFSLineHdlr
INITChkCoreFeature(bCoreSupportsBatching, CORE_FEATURE_BATCHING);
DBGPRINTF("ompgsql: module compiled with rsyslog version %s.\n", VERSION);
DBGPRINTF("ompgsql: %susing transactional output interface.\n", bCoreSupportsBatching ? "" : "not ");
-ENDmodInit \ No newline at end of file
+ENDmodInit