From: Victor Julien Date: Thu, 26 Sep 2013 13:28:56 +0000 (+0200) Subject: flowint: fix compile warning X-Git-Tag: suricata-2.0beta2~317 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c94b9208745c5a10ef870cdf2817e2ec5260ed65;p=thirdparty%2Fsuricata.git flowint: fix compile warning --- diff --git a/src/detect-flowint.c b/src/detect-flowint.c index d2e42dc615..0784cfdb21 100644 --- a/src/detect-flowint.c +++ b/src/detect-flowint.c @@ -221,6 +221,7 @@ int DetectFlowintMatch(ThreadVars *t, DetectEngineThreadCtx *det_ctx, return 0; } } + return 0; } /**