From 199f01614ca45854a820878b5d0f91f729fc379c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 15 Jul 2013 17:47:04 +0200 Subject: cleanup --- plugins/imptcp/imptcp.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'plugins/imptcp/imptcp.c') diff --git a/plugins/imptcp/imptcp.c b/plugins/imptcp/imptcp.c index a568e5fe..8a99396b 100644 --- a/plugins/imptcp/imptcp.c +++ b/plugins/imptcp/imptcp.c @@ -830,12 +830,6 @@ DataRcvdUncompressed(ptcpsess_t *pThis, char *pData, size_t iLen, struct syslogT assert(pData != NULL); assert(iLen > 0); -{size_t i; -dbgprintf("Data received(%u): '", (unsigned) iLen); -for(i=0;ibzInitDone); datetime.getCurrTime(&stTime, &ttGenTime); outtotal = 0; if(!pThis->bzInitDone) { -dbgprintf("DDDD; inside zlib init code\n"); /* allocate deflate state */ - pThis->zstrm.next_in = (Bytef*) buf; - pThis->zstrm.avail_in = 0; pThis->zstrm.zalloc = Z_NULL; pThis->zstrm.zfree = Z_NULL; pThis->zstrm.opaque = Z_NULL; @@ -1044,7 +1034,6 @@ addLstn(ptcpsrv_t *pSrv, int sock, int isIPv6) iRet = addEPollSock(epolld_lstn, pLstn, sock, &pLstn->epd); finalize_it: -dbgprintf("DDDD: addLstn return %d\n", iRet); RETiRet; } @@ -1813,7 +1802,6 @@ shutdownSrv(ptcpsrv_t *pSrv) ptcplstn_t *pLstn, *lstnDel; ptcpsess_t *pSess, *sessDel; -dbgprintf("DDDD: enter shutdownSrv\n"); /* listeners */ pLstn = pSrv->pLstn; while(pLstn != NULL) { -- cgit v1.2.3