mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 13:41:29 +00:00
tiny winy update
This commit is contained in:
@@ -989,7 +989,7 @@ def __cleanupOptions():
|
|||||||
if conf.optimize:
|
if conf.optimize:
|
||||||
#conf.predictOutput = True
|
#conf.predictOutput = True
|
||||||
conf.keepAlive = True
|
conf.keepAlive = True
|
||||||
conf.nullConnection = not conf.textOnly
|
conf.nullConnection = not (conf.textOnly or conf.longestCommon)
|
||||||
conf.threads = 4 if conf.threads < 2 else conf.threads
|
conf.threads = 4 if conf.threads < 2 else conf.threads
|
||||||
|
|
||||||
def __setConfAttributes():
|
def __setConfAttributes():
|
||||||
|
|||||||
Reference in New Issue
Block a user