mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Trivial update
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user