mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 12:30:36 +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)
|
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():
|
def popValue():
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user