diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-01 19:07:56 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-01 19:07:56 +0100 |
commit | 0bde71bdb79c11fe3c7513048bd48dad24c02de2 (patch) | |
tree | 4e33deb63993557a45e17dffd399d4bbe4037508 /plugins/omelasticsearch/omelasticsearch.c | |
parent | d5c033ac2b5c6218c92dbe83d9605ca98da5d397 (diff) | |
parent | 8995034e5a17f58445b69fe97b64ba5c46b5dccf (diff) | |
download | rsyslog-0bde71bdb79c11fe3c7513048bd48dad24c02de2.tar.gz rsyslog-0bde71bdb79c11fe3c7513048bd48dad24c02de2.tar.bz2 rsyslog-0bde71bdb79c11fe3c7513048bd48dad24c02de2.zip |
Merge branch 'v6-stable' into v7-stable
Diffstat (limited to 'plugins/omelasticsearch/omelasticsearch.c')
-rw-r--r-- | plugins/omelasticsearch/omelasticsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omelasticsearch/omelasticsearch.c b/plugins/omelasticsearch/omelasticsearch.c index f77caeca..50acdf11 100644 --- a/plugins/omelasticsearch/omelasticsearch.c +++ b/plugins/omelasticsearch/omelasticsearch.c @@ -624,7 +624,7 @@ CODESTARTnewActInst if(pData->dynSrchType) ++iNumTpls; if(pData->dynParent) ++iNumTpls; DBGPRINTF("omelasticsearch: requesting %d templates\n", iNumTpls); - CODE_STD_STRING_REQUESTparseSelectorAct(iNumTpls) + CODE_STD_STRING_REQUESTnewActInst(iNumTpls) CHKiRet(OMSRsetEntry(*ppOMSR, 0, (uchar*)strdup((pData->tplName == NULL) ? " StdJSONFmt" : (char*)pData->tplName), |