summaryrefslogtreecommitdiffstats
path: root/plugins/ommongodb
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-04-19 08:24:25 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-04-19 08:24:25 +0200
commitbbe1f2688c4bd5cb1b66bb48af1ce5428d69c3b9 (patch)
tree08e4f48d250765693153e0ecc13db01cc32e4542 /plugins/ommongodb
parente1c34e174139ad030ca1108ff9782b294909013c (diff)
downloadrsyslog-bbe1f2688c4bd5cb1b66bb48af1ce5428d69c3b9.tar.gz
rsyslog-bbe1f2688c4bd5cb1b66bb48af1ce5428d69c3b9.tar.xz
rsyslog-bbe1f2688c4bd5cb1b66bb48af1ce5428d69c3b9.zip
renaming conf.* wasn't a good idea -- undoing
too many dependencies, things get cluttered (and merging probably gets problematic). Now new config will be "conf2".
Diffstat (limited to 'plugins/ommongodb')
-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 3b7e9209..8e19105f 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 "legacyconf.h"
+#include "conf.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
+ENDmodInit \ No newline at end of file