mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
fix
This commit is contained in:
parent
b3b4459c72
commit
fd9acfd7d2
2 changed files with 17 additions and 18 deletions
|
|
@ -34,6 +34,7 @@ class _ThreadData(threading.local):
|
|||
global shared
|
||||
|
||||
self.disableStdOut = False
|
||||
self.hashDBCursor = None
|
||||
self.lastErrorPage = None
|
||||
self.lastHTTPError = None
|
||||
self.lastRedirectMsg = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue