From 1280d7d5d4e67fcd2de8cfb52cea94b4222e9553 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 9 Jul 2013 09:34:47 +0200 Subject: fix compile problem in debug build --- plugins/imptcp/imptcp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/imptcp/imptcp.c') diff --git a/plugins/imptcp/imptcp.c b/plugins/imptcp/imptcp.c index d3a29470..a8910a07 100644 --- a/plugins/imptcp/imptcp.c +++ b/plugins/imptcp/imptcp.c @@ -863,8 +863,6 @@ DataRcvdCompressed(ptcpsess_t *pThis, char *buf, size_t len) // by simply updating the input and output sizes? uint64_t outtotal; - assert(iLen > 0); - datetime.getCurrTime(&stTime, &ttGenTime); outtotal = 0; -- cgit v1.2.3