From: Victor Julien Date: Tue, 26 Nov 2019 13:46:02 +0000 (+0100) Subject: detect/file-data: remove debug abort that wasn't reachable X-Git-Tag: suricata-6.0.0-beta1~771 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7709b90c168afb20e53e5f4f1a4546f62585b459;p=thirdparty%2Fsuricata.git detect/file-data: remove debug abort that wasn't reachable --- diff --git a/src/detect-file-data.c b/src/detect-file-data.c index 93f99024d1..2e8d685340 100644 --- a/src/detect-file-data.c +++ b/src/detect-file-data.c @@ -405,11 +405,6 @@ static int DetectEngineInspectFiledata( int r = 0; int match = 0; - // TODO remove - if (f->alproto == ALPROTO_HTTP) { - abort(); - } - const DetectEngineTransforms *transforms = NULL; if (!engine->mpm) { transforms = engine->v2.transforms;