From 3a94953ae2fefbd42113d2eaeb59483af2052228 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Thu, 12 Jul 2012 01:15:34 +0100 Subject: [PATCH] leftover from previous commit --- lib/request/inject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/request/inject.py b/lib/request/inject.py index acf46405f..55b1f9235 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -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