mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fixes #4260
This commit is contained in:
@@ -549,7 +549,7 @@ class Databases(object):
|
||||
resumeAvailable = True
|
||||
break
|
||||
|
||||
if resumeAvailable and not conf.freshQueries or colList:
|
||||
if resumeAvailable and not conf.freshQueries:
|
||||
columns = {}
|
||||
|
||||
for column in colList:
|
||||
|
||||
Reference in New Issue
Block a user