mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
working on #396 - adaptation for the verification phase
This commit is contained in:
parent
261db6ed4f
commit
3b38b20176
|
@ -164,6 +164,8 @@ class UDF:
|
|||
written = True
|
||||
else:
|
||||
return False
|
||||
else:
|
||||
return True
|
||||
|
||||
for udf, inpRet in udfDict.items():
|
||||
if udf in self.udfToCreate and udf not in self.createdUdf:
|
||||
|
|
Loading…
Reference in New Issue
Block a user