mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor update
This commit is contained in:
@@ -141,8 +141,7 @@ class Enumeration(GenericEnumeration):
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user