Minor exception message fix

This commit is contained in:
Bernardo Damele 2010-02-11 23:07:33 +00:00
parent 89dc99188d
commit dc06b40ddc

View File

@ -141,7 +141,7 @@ class UDF:
raise sqlmapUnsupportedFeatureException(errMsg)
def udfCreateFromSharedLib(self):
errMsg = "udfSetRemotePath() method must be defined within the plugin"
errMsg = "udfCreateFromSharedLib() method must be defined within the plugin"
raise sqlmapUnsupportedFeatureException(errMsg)
def udfInjectCore(self, udfDict):