Fixing wrong commit #4f939b5719716dfe9bd085c4f67696bc11064edd

This commit is contained in:
Miroslav Stampar 2016-01-13 23:34:42 +01:00
parent 8362bdcf66
commit 4e29e1b351

View File

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