From b44dcabe90de000cb98c02f74ce44929aa11a818 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 31 Oct 2013 18:15:33 +0100 Subject: remove pData emulation from v8 omod interface breaks compilation of not converted modules - but these won't work anyways. So better change this now. --- plugins/omtesting/omtesting.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/omtesting/omtesting.c') diff --git a/plugins/omtesting/omtesting.c b/plugins/omtesting/omtesting.c index ffb1ff8b..d77f1df5 100644 --- a/plugins/omtesting/omtesting.c +++ b/plugins/omtesting/omtesting.c @@ -190,8 +190,10 @@ ENDtryResume BEGINdoAction + instanceData *pData; CODESTARTdoAction dbgprintf("omtesting received msg '%s'\n", ppString[0]); + pData = pWrkrData->pData; switch(pData->mode) { case MD_SLEEP: iRet = doSleep(pData); -- cgit v1.2.3