Skip to content

Commit

Permalink
Patch related to the sqlmapproject#1557
Browse files Browse the repository at this point in the history
  • Loading branch information
stamparm committed Nov 23, 2015
1 parent bdb496e commit 6c08395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dbms/mysql/takeover.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def udfSetRemotePath(self):
else:
self.__plugindir = "%s/lib/mysql/plugin" % self.__basedir

self.__plugindir = ntToPosixSlashes(normalizePath(self.__plugindir))
self.__plugindir = ntToPosixSlashes(normalizePath(self.__plugindir))

self.udfRemoteFile = "%s/%s.%s" % (self.__plugindir, self.udfSharedLibName, self.udfSharedLibExt)

Expand Down

0 comments on commit 6c08395

Please sign in to comment.