summaryrefslogtreecommitdiffstats
path: root/tools/omusrmsg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-31 18:15:33 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-31 18:15:33 +0100
commitb44dcabe90de000cb98c02f74ce44929aa11a818 (patch)
tree6d4e7e27f47a2752a6de111a7ccd8953f5224e54 /tools/omusrmsg.c
parentd171629863e8a5842dda9fe6272f9053883a8960 (diff)
downloadrsyslog-b44dcabe90de000cb98c02f74ce44929aa11a818.tar.gz
rsyslog-b44dcabe90de000cb98c02f74ce44929aa11a818.tar.bz2
rsyslog-b44dcabe90de000cb98c02f74ce44929aa11a818.zip
remove pData emulation from v8 omod interface
breaks compilation of not converted modules - but these won't work anyways. So better change this now.
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 cab2a4fe..5d0b088f 100644
--- a/tools/omusrmsg.c
+++ b/tools/omusrmsg.c
@@ -290,7 +290,7 @@ ENDtryResume
BEGINdoAction
CODESTARTdoAction
dbgprintf("\n");
- iRet = wallmsg(ppString[0], pData);
+ iRet = wallmsg(ppString[0], pWrkrData->pData);
ENDdoAction