Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc06b40

Browse files
committed
Minor exception message fix
1 parent 89dc991 commit dc06b40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/takeover/udf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def udfSetLocalPaths(self):
141141
raise sqlmapUnsupportedFeatureException(errMsg)
142142

143143
def udfCreateFromSharedLib(self):
144-
errMsg = "udfSetRemotePath() method must be defined within the plugin"
144+
errMsg = "udfCreateFromSharedLib() method must be defined within the plugin"
145145
raise sqlmapUnsupportedFeatureException(errMsg)
146146

147147
def udfInjectCore(self, udfDict):

0 commit comments

Comments
 (0)