mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Patch for an Issue #2252
This commit is contained in:
parent
083ce111f0
commit
f4e36fc049
3 changed files with 4 additions and 4 deletions
|
|
@ -98,7 +98,7 @@ class HashDB(object):
|
|||
|
||||
time.sleep(1)
|
||||
|
||||
if unserialize:
|
||||
if retVal and unserialize:
|
||||
try:
|
||||
retVal = unserializeObject(retVal)
|
||||
except:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue