From: Victor Julien Date: Tue, 2 Oct 2012 08:27:12 +0000 (+0200) Subject: Fix flow keyword compilation failure. X-Git-Tag: suricata-1.4beta2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50da0e80d5e7d800b7d6a8817b1e2fac3d03a268;p=thirdparty%2Fsuricata.git Fix flow keyword compilation failure. --- diff --git a/src/detect-flow.c b/src/detect-flow.c index 0249e59920..fa6ca2d197 100644 --- a/src/detect-flow.c +++ b/src/detect-flow.c @@ -992,7 +992,6 @@ int DetectFlowTestParse21 (void) { return result; } -#endif /* UNITTESTS */ static int DetectFlowSigTest01(void) { @@ -1054,6 +1053,7 @@ static int DetectFlowSigTest01(void) return result; } +#endif /* UNITTESTS */ /** * \brief this function registers unit tests for DetectFlow