mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Patch related to the #1557
This commit is contained in:
@@ -60,7 +60,7 @@ class Takeover(GenericTakeover):
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user