mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
Patch for an Issue #553
This commit is contained in:
parent
5b5a765f96
commit
ac43051df2
1 changed files with 0 additions and 3 deletions
|
|
@ -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 a new issue