mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Code cleanup
This commit is contained in:
parent
72f3674844
commit
d00e4a458a
10 changed files with 19 additions and 18 deletions
|
|
@ -68,12 +68,12 @@ def setHandler():
|
|||
|
||||
continue
|
||||
|
||||
dbmsHandler = dbmsEntry()
|
||||
handler = dbmsEntry()
|
||||
|
||||
if dbmsHandler.checkDbms():
|
||||
if handler.checkDbms():
|
||||
if not conf.dbms or conf.dbms in dbmsAliases:
|
||||
kb.dbmsDetected = True
|
||||
|
||||
return dbmsHandler
|
||||
return handler
|
||||
|
||||
return None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue