mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-18 04:20:35 +03:00
Removing one obsolete instantiation line
This commit is contained in:
parent
934d41dac2
commit
8686c20fa5
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user