summaryrefslogtreecommitdiffstats
path: root/plugins/omlibdbi/omlibdbi.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-11-01 17:05:07 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-11-01 17:05:07 +0100
commite5ef73eb25c8dda2e19c593ad2fc0a960aa8873b (patch)
tree92f5ecb33cfd7b1d5fa37339aae42609d38f11fb /plugins/omlibdbi/omlibdbi.c
parent20c57a6d70555c321476f8aba30722fe7af56d03 (diff)
downloadrsyslog-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/omlibdbi/omlibdbi.c')
-rw-r--r--plugins/omlibdbi/omlibdbi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/omlibdbi/omlibdbi.c b/plugins/omlibdbi/omlibdbi.c
index d7f3cf41..390e59d5 100644
--- a/plugins/omlibdbi/omlibdbi.c
+++ b/plugins/omlibdbi/omlibdbi.c
@@ -428,7 +428,7 @@ CODESTARTnewActInst
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;