mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
Minor refactoring
This commit is contained in:
parent
e373dac1f2
commit
cc46940159
1 changed files with 0 additions and 4 deletions
|
|
@ -1149,10 +1149,6 @@ class Enumeration:
|
|||
|
||||
elif not kb.data.cachedColumns:
|
||||
kb.data.cachedColumns = self.getColumns(onlyColNames=True)
|
||||
|
||||
if conf.col:
|
||||
colList = conf.col.split(",")
|
||||
elif kb.data.cachedColumns and conf.db in kb.data.cachedColumns and conf.tbl in kb.data.cachedColumns[conf.db]:
|
||||
colList = kb.data.cachedColumns[conf.db][conf.tbl].keys()
|
||||
else:
|
||||
errMsg = "missing column names, "
|
||||
|
|
|
|||
Loading…
Reference in a new issue