diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-01 17:05:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-11-01 17:05:07 +0100 |
commit | e5ef73eb25c8dda2e19c593ad2fc0a960aa8873b (patch) | |
tree | 92f5ecb33cfd7b1d5fa37339aae42609d38f11fb /plugins/omzmq3 | |
parent | 20c57a6d70555c321476f8aba30722fe7af56d03 (diff) | |
download | rsyslog-e5ef73eb25c8dda2e19c593ad2fc0a960aa8873b.tar.gz rsyslog-e5ef73eb25c8dda2e19c593ad2fc0a960aa8873b.tar.bz2 rsyslog-e5ef73eb25c8dda2e19c593ad2fc0a960aa8873b.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/omzmq3')
-rw-r--r-- | plugins/omzmq3/omzmq3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omzmq3/omzmq3.c b/plugins/omzmq3/omzmq3.c index e13011fb..ee6756b9 100644 --- a/plugins/omzmq3/omzmq3.c +++ b/plugins/omzmq3/omzmq3.c @@ -339,7 +339,7 @@ if((pvals = nvlstGetParams(lst, &actpblk, NULL)) == NULL) { CHKiRet(createInstance(&pData)); setInstParamDefaults(pData); -CODE_STD_STRING_REQUESTparseSelectorAct(1) +CODE_STD_STRING_REQUESTnewActInst(1) for(i = 0 ; i < actpblk.nParams ; ++i) { if(!pvals[i].bUsed) continue; |