mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #4260
This commit is contained in:
parent
274a6e62da
commit
fc4dec7291
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue