Fix for an Issue #173

This commit is contained in:
Miroslav Stampar 2012-09-07 10:09:19 +02:00
parent a3baf94e9b
commit e4bc471f81

View File

@ -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():