diff options
author | Andre Lorbach <alorbach@adiscon.com> | 2013-07-11 10:56:16 +0200 |
---|---|---|
committer | Andre Lorbach <alorbach@adiscon.com> | 2013-07-11 10:56:16 +0200 |
commit | 53bd9a94ec2c7ad1a009c6fb6655adea48746ca3 (patch) | |
tree | f03bde08eb331ab76ff97b72a502c51aea3aba2b /plugins/imptcp/imptcp.c | |
parent | 57fa85ee7f8c7319f746f238435c4ce6a0c67d95 (diff) | |
parent | 02f28cd963a206910f2de1c0e1281c69de8dd99e (diff) | |
download | rsyslog-53bd9a94ec2c7ad1a009c6fb6655adea48746ca3.tar.gz rsyslog-53bd9a94ec2c7ad1a009c6fb6655adea48746ca3.tar.bz2 rsyslog-53bd9a94ec2c7ad1a009c6fb6655adea48746ca3.zip |
Merge branch 'master' into v7-stats-scripts
Diffstat (limited to 'plugins/imptcp/imptcp.c')
-rw-r--r-- | plugins/imptcp/imptcp.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |