Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3da8f86

Browse files
committed
minor fix
1 parent fe49abd commit 3da8f86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def genCmpPayload():
480480
injection.dbms = Backend.setDbms(dValue)
481481
else:
482482
Backend.forceDbms(dValue[0], True)
483-
elif dKey == "dbms_version" and injection.dbms_version is None:
483+
elif dKey == "dbms_version" and injection.dbms_version is None and not conf.tstF:
484484
injection.dbms_version = Backend.setVersion(dValue)
485485
elif dKey == "os" and injection.os is None:
486486
injection.os = Backend.setOs(dValue)

0 commit comments

Comments
 (0)