mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Get rid of one useless attribute
This commit is contained in:
@@ -93,7 +93,7 @@ def setHandler():
|
||||
|
||||
continue
|
||||
|
||||
kb.misc.handler = handler = dbmsMap()
|
||||
handler = dbmsMap()
|
||||
conf.dbmsConnector = dbmsConn()
|
||||
|
||||
if conf.direct:
|
||||
|
||||
Reference in New Issue
Block a user