mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-10 10:22:41 +01:00
leftover from previous commit
This commit is contained in:
parent
a5924739f6
commit
3a94953ae2
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ def __goInference(payload, expression, charsetType=None, firstChar=None, lastCha
|
|||
|
||||
if not (timeBasedCompare and kb.dnsTest):
|
||||
if (conf.eta or conf.threads > 1) and Backend.getIdentifiedDbms() and not timeBasedCompare:
|
||||
_, length, _ = queryOutputLength(expression, payload)
|
||||
length = queryOutputLength(expression, payload)
|
||||
else:
|
||||
length = None
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue