mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
Quick fix (revert..)
This commit is contained in:
parent
93b296e02c
commit
6f6038b534
|
@ -1925,7 +1925,9 @@ def pushValue(value):
|
|||
Push value to the stack (thread dependent)
|
||||
"""
|
||||
|
||||
getCurrentThreadData().valueStack.append(copy.deepcopy(value))
|
||||
# TODO: quick fix
|
||||
#getCurrentThreadData().valueStack.append(copy.deepcopy(value))
|
||||
getCurrentThreadData().valueStack.append(value)
|
||||
|
||||
def popValue():
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user