leftover from previous commit

This commit is contained in:
Bernardo Damele 2012-07-12 01:15:34 +01:00
parent a5924739f6
commit 3a94953ae2

View File

@ -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