From 50da0e80d5e7d800b7d6a8817b1e2fac3d03a268 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 2 Oct 2012 10:27:12 +0200 Subject: [PATCH] Fix flow keyword compilation failure. --- src/detect-flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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