From e4bc471f8197f506a58b2d3607fc7f488fe3842d Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 7 Sep 2012 10:09:19 +0200 Subject: [PATCH] Fix for an Issue #173 --- lib/core/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/common.py b/lib/core/common.py index 5b2a6fcf0..76e1f53f5 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -409,7 +409,7 @@ class Backend: fingerprint phase. """ - return kb.htmlFp if kb.get("heuristicTest") is not None else [] + return kb.htmlFp if kb.get("heuristicTest") == HEURISTIC_TEST.POSITIVE else [] @staticmethod def getIdentifiedDbms():