This commit is contained in:
Miroslav Stampar
2019-02-05 13:42:44 +01:00
parent 6fe827f0a4
commit 5077844dd9
4 changed files with 14 additions and 7 deletions

View File

@@ -491,7 +491,7 @@ def start():
elif parameter in conf.testParameter:
pass
elif parameter == conf.rParam:
elif parameter in conf.rParam:
testSqlInj = False
infoMsg = "skipping randomizing %s parameter '%s'" % (paramType, parameter)