summaryrefslogtreecommitdiffstats
path: root/tools/omusrmsg.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 /tools/omusrmsg.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 'tools/omusrmsg.c')
-rw-r--r--tools/omusrmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/omusrmsg.c b/tools/omusrmsg.c
index a7df9243..f4cc4094 100644
--- a/tools/omusrmsg.c
+++ b/tools/omusrmsg.c
@@ -348,7 +348,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;