Skip to content

Commit 6c08395

Browse files
committed
Patch related to the sqlmapproject#1557
1 parent bdb496e commit 6c08395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dbms/mysql/takeover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def udfSetRemotePath(self):
6060
else:
6161
self.__plugindir = "%s/lib/mysql/plugin" % self.__basedir
6262

63-
self.__plugindir = ntToPosixSlashes(normalizePath(self.__plugindir))
63+
self.__plugindir = ntToPosixSlashes(normalizePath(self.__plugindir))
6464

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

0 commit comments

Comments
 (0)