mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
fixed a bug reported by Mosk Dmitri (infoMsg UnboundLocalError)
This commit is contained in:
parent
a588b2020b
commit
d8e5585c66
|
@ -319,6 +319,9 @@ Stuffe <stuffe.dk@gmail.com>
|
|||
Sylphid <sylphid.su@sti.com.tw>
|
||||
for suggesting some features
|
||||
|
||||
Mosk Dmitri <ya@darkbyte.ru>
|
||||
for reporting a minor bug
|
||||
|
||||
|
||||
== Organizations ==
|
||||
|
||||
|
|
|
@ -304,6 +304,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
conf.threadContinue = False
|
||||
raise
|
||||
|
||||
infoMsg = None
|
||||
# If we have got one single character not correctly fetched it
|
||||
# can mean that the connection to the target url was lost
|
||||
if None in value:
|
||||
|
|
Loading…
Reference in New Issue
Block a user