Skip to content

Commit 4e29e1b

Browse files
committed
Fixing wrong commit #4f939b5719716dfe9bd085c4f67696bc11064edd
1 parent 8362bdc commit 4e29e1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/controller/checks.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -711,9 +711,6 @@ def heuristicCheckDbms(injection):
711711
kb.injection = injection
712712

713713
for dbms in getPublicTypeMembers(DBMS, True):
714-
if not FROM_DUMMY_TABLE.get(dbms, ""):
715-
continue
716-
717714
randStr1, randStr2 = randomStr(), randomStr()
718715
Backend.forceDbms(dbms)
719716

0 commit comments

Comments
 (0)