mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Removing one obsolete instantiation line
This commit is contained in:
@@ -327,7 +327,6 @@ class Dump(object):
|
|||||||
def dbTableValues(self, tableValues):
|
def dbTableValues(self, tableValues):
|
||||||
replication = None
|
replication = None
|
||||||
rtable = None
|
rtable = None
|
||||||
documentNode, tableNode, bodyNode, headNode, rowNode = (0,) * 5
|
|
||||||
dumpFP = None
|
dumpFP = None
|
||||||
|
|
||||||
if tableValues is None:
|
if tableValues is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user