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. --- tools/omfwd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/omfwd.c') diff --git a/tools/omfwd.c b/tools/omfwd.c index a7ba4d01..01702043 100644 --- a/tools/omfwd.c +++ b/tools/omfwd.c @@ -751,7 +751,9 @@ BEGINdoAction # ifdef USE_NETZIP Bytef *out = NULL; /* for compression */ # endif + instanceData *pData; CODESTARTdoAction + pData = pWrkrData->pData; CHKiRet(doTryResume(pData)); iMaxLine = glbl.GetMaxLine(); @@ -827,7 +829,9 @@ ENDdoAction BEGINendTransaction + instanceData *pData; CODESTARTendTransaction + pData = pWrkrData->pData; dbgprintf("omfwd: endTransaction, offsSndBuf %u\n", pData->offsSndBuf); if(pData->offsSndBuf != 0) { iRet = TCPSendBuf(pData, pData->sndBuf, pData->offsSndBuf, IS_FLUSH); -- cgit v1.2.3