From: Victor Julien Date: Thu, 9 Mar 2017 11:57:40 +0000 (+0100) Subject: detect: fix ssl_state test X-Git-Tag: suricata-4.0.0-beta1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44bab885d685b6d63269116e686e25ea2c44be04;p=thirdparty%2Fsuricata.git detect: fix ssl_state test --- diff --git a/src/detect-ssl-state.c b/src/detect-ssl-state.c index 1a85ebdc41..8415588188 100644 --- a/src/detect-ssl-state.c +++ b/src/detect-ssl-state.c @@ -769,8 +769,6 @@ static int DetectSslStateTest07(void) FAIL_IF(PacketAlertCheck(p, 4)); FAIL_IF(!PacketAlertCheck(p, 5)); - PASS; - FLOWLOCK_WRLOCK(&f); r = AppLayerParserParse(NULL, alp_tctx, &f, ALPROTO_TLS, STREAM_TOSERVER, client_change_cipher_spec_buf,