fix the reassembly depth test (bug 216)

remotes/origin/master-1.0.x
Gurvinder Singh 15 years ago committed by Victor Julien
parent 610b7702ba
commit 0dab0e3935

@ -5843,6 +5843,7 @@ static int StreamTcpReassembleTest46 (void) {
ssn.state = TCP_ESTABLISHED;
ssn.server.reassembly_depth = 1048530;
stream_config.reassembly_depth = 0;
TcpStream *s = NULL;
s = &ssn.server;

Loading…
Cancel
Save