mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-25 11:23:44 +03:00
Patch for an Issue #553
This commit is contained in:
parent
5b5a765f96
commit
ac43051df2
|
@ -746,9 +746,6 @@ class Databases:
|
||||||
pushValue(conf.tbl)
|
pushValue(conf.tbl)
|
||||||
pushValue(conf.col)
|
pushValue(conf.col)
|
||||||
|
|
||||||
conf.db = None
|
|
||||||
conf.tbl = None
|
|
||||||
conf.col = None
|
|
||||||
kb.data.cachedTables = {}
|
kb.data.cachedTables = {}
|
||||||
kb.data.cachedColumns = {}
|
kb.data.cachedColumns = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user