mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update
This commit is contained in:
parent
f7be0ca4e2
commit
bd7da45546
4 changed files with 8 additions and 4 deletions
|
|
@ -974,8 +974,7 @@ class Enumeration:
|
|||
raise sqlmapNoneDataException, errMsg
|
||||
else:
|
||||
for db, tables in kb.data.cachedTables.items():
|
||||
if tables:
|
||||
kb.data.cachedTables[db] = sorted(tables)
|
||||
kb.data.cachedTables[db] = sorted(tables) if tables else tables
|
||||
|
||||
return kb.data.cachedTables
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue