mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor code refactoring
This commit is contained in:
parent
041abb56e2
commit
47565f9459
5 changed files with 8 additions and 9 deletions
|
|
@ -2077,8 +2077,8 @@ def getErrorParsedDBMSes():
|
|||
def getIdentifiedDBMS():
|
||||
dbms = None
|
||||
|
||||
if kb.misc.fpDbms is not None:
|
||||
dbms = kb.misc.fpDbms
|
||||
if kb.misc.forcedDbms is not None:
|
||||
dbms = kb.misc.forcedDbms
|
||||
elif kb.dbms is not None:
|
||||
dbms = kb.dbms
|
||||
elif conf.dbms is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue