From c81b2465487bc85e713e6205f03a23a874ee89bc Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sun, 10 Nov 2013 11:09:57 +0100 Subject: mmanon: adjust to recent omod interface changes --- plugins/mmanon/mmanon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/mmanon/mmanon.c b/plugins/mmanon/mmanon.c index c714706a..28797807 100644 --- a/plugins/mmanon/mmanon.c +++ b/plugins/mmanon/mmanon.c @@ -367,12 +367,11 @@ BEGINdoAction int lenMsg; int i; CODESTARTdoAction - pData = pWrkrData->pData; pMsg = (msg_t*) ppString[0]; lenMsg = getMSGLen(pMsg); msg = getMSG(pMsg); for(i = 0 ; i < lenMsg ; ++i) { - anonip(pData, msg, &lenMsg, &i); + anonip(pWrkrData->pData, msg, &lenMsg, &i); } if(lenMsg != getMSGLen(pMsg)) setMSGLen(pMsg, lenMsg); -- cgit v1.2.3