summaryrefslogtreecommitdiffstats
path: root/plugins/ommysql/ommysql.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 19:05:49 +0100
commit206908e2887cedf78d12d70b29591c52276d685a (patch)
tree8b1329a673ab91cef0878144c7e76b42d299f8df /plugins/ommysql/ommysql.c
parentb6e41c0d9e71459d82b551692f3aa0079dec3f8b (diff)
downloadrsyslog-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/ommysql/ommysql.c')
-rw-r--r--plugins/ommysql/ommysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ommysql/ommysql.c b/plugins/ommysql/ommysql.c
index 253fc4c0..69ffb9ac 100644
--- a/plugins/ommysql/ommysql.c
+++ b/plugins/ommysql/ommysql.c
@@ -305,7 +305,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;