mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
fix for a bug reported by ToR (AttributeError: 'NoneType' object has no attribute 'redcode')
This commit is contained in:
parent
1c51e11c5c
commit
a883ce26b5
|
@ -55,6 +55,7 @@ class SmartRedirectHandler(urllib2.HTTPRedirectHandler):
|
|||
if "set-cookie" in headers:
|
||||
result.setcookie = headers["set-cookie"].split("; path")[0]
|
||||
|
||||
if result:
|
||||
result.redcode = code
|
||||
|
||||
return result
|
||||
|
|
Loading…
Reference in New Issue
Block a user