From 4e29e1b351f0afbc4c00a67a31ff8f0f1950ab47 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 13 Jan 2016 23:34:42 +0100 Subject: [PATCH] Fixing wrong commit #4f939b5719716dfe9bd085c4f67696bc11064edd --- lib/controller/checks.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 2abb875f6..ffaf280c6 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -711,9 +711,6 @@ def heuristicCheckDbms(injection): kb.injection = injection for dbms in getPublicTypeMembers(DBMS, True): - if not FROM_DUMMY_TABLE.get(dbms, ""): - continue - randStr1, randStr2 = randomStr(), randomStr() Backend.forceDbms(dbms)