Trivial update

This commit is contained in:
Miroslav Stampar
2021-02-01 22:19:20 +01:00
parent dfc5bc5d87
commit 36ee4d68c7
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ class UDF(object):
errMsg = "udfSetLocalPaths() method must be defined within the plugin"
raise SqlmapUnsupportedFeatureException(errMsg)
def udfCreateFromSharedLib(self, udf=None, inpRet=None):
def udfCreateFromSharedLib(self, udf, inpRet):
errMsg = "udfCreateFromSharedLib() method must be defined within the plugin"
raise SqlmapUnsupportedFeatureException(errMsg)