mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
bug fix (UnboundLocalError: local variable 'colType' referenced before assignment)
This commit is contained in:
@@ -183,6 +183,8 @@ class Dump:
|
|||||||
maxlength1 = 0
|
maxlength1 = 0
|
||||||
maxlength2 = 0
|
maxlength2 = 0
|
||||||
|
|
||||||
|
colType = None
|
||||||
|
|
||||||
colList = columns.keys()
|
colList = columns.keys()
|
||||||
colList.sort(key=lambda x: x.lower())
|
colList.sort(key=lambda x: x.lower())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user