diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-01 17:05:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-01 19:05:49 +0100 |
commit | 206908e2887cedf78d12d70b29591c52276d685a (patch) | |
tree | 8b1329a673ab91cef0878144c7e76b42d299f8df /plugins/omelasticsearch/omelasticsearch.c | |
parent | b6e41c0d9e71459d82b551692f3aa0079dec3f8b (diff) | |
download | rsyslog-206908e2887cedf78d12d70b29591c52276d685a.tar.gz rsyslog-206908e2887cedf78d12d70b29591c52276d685a.tar.bz2 rsyslog-206908e2887cedf78d12d70b29591c52276d685a.zip |
bugfix: invalid rsyslog-internal macro API use
This had no bad effect, because the macro did the same as the one
that should have been used.
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), |