Skip to content

Commit f33f6e7

Browse files
Lukas Sismisvictorjulien
authored andcommitted
stream: remove dead commented out code
1 parent c7058c1 commit f33f6e7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/stream-tcp-reassemble.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,8 +1087,6 @@ static void GetSessionSize(TcpSession *ssn, Packet *p)
10871087
size = GetStreamSize(&ssn->client);
10881088
size += GetStreamSize(&ssn->server);
10891089

1090-
//if (size > 900000)
1091-
// SCLogInfo("size %"PRIu64", packet %"PRIu64, size, p->pcap_cnt);
10921090
SCLogDebug("size %"PRIu64", packet %"PRIu64, size, p->pcap_cnt);
10931091
}
10941092
}

0 commit comments

Comments
 (0)