summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-13 12:49:25 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-13 12:49:25 +0200
commitb0a3e85e102c3e549574bf8f418ca643109f2884 (patch)
treee5be7ed1984c3b777ca086416648dbd2d3becab1
parent0314f370a4c15ce2190febfccee6664ecccab788 (diff)
downloadrsyslog-b0a3e85e102c3e549574bf8f418ca643109f2884.tar.gz
rsyslog-b0a3e85e102c3e549574bf8f418ca643109f2884.tar.xz
rsyslog-b0a3e85e102c3e549574bf8f418ca643109f2884.zip
omelasticsearch: bugfix: bulkmode setting was not properly initialized
-rw-r--r--plugins/omelasticsearch/omelasticsearch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/omelasticsearch/omelasticsearch.c b/plugins/omelasticsearch/omelasticsearch.c
index a09851b1..d8db7307 100644
--- a/plugins/omelasticsearch/omelasticsearch.c
+++ b/plugins/omelasticsearch/omelasticsearch.c
@@ -414,6 +414,7 @@ setInstParamDefaults(instanceData *pData)
pData->dynSrchIdx = 0;
pData->dynSrchType = 0;
pData->asyncRepl = 0;
+ pData->bulkmode = 0;
pData->tplName = NULL;
}