mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-27 02:58:34 +00:00
Minor code refactoring
This commit is contained in:
parent
041abb56e2
commit
47565f9459
5 changed files with 8 additions and 9 deletions
|
|
@ -101,6 +101,5 @@ def setHandler():
|
|||
else:
|
||||
conf.dbmsConnector = None
|
||||
|
||||
# At this point proper back-end DBMS will be identified (kb.dbms)
|
||||
# so we have to force DBMS
|
||||
kb.misc.fpDbms = None
|
||||
# At this point proper back-end DBMS is fingerprinted (kb.dbms)
|
||||
kb.misc.forcedDbms = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue