diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index cdbda7ee0..28731e9f7 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -51,10 +51,7 @@ class Miscellaneous: def getRemoteTempPath(self): if not conf.tmpPath: if kb.os == "Windows": - if kb.dbms == "Microsoft SQL Server": - conf.tmpPath = "%TEMP%" - else: - conf.tmpPath = "C:/WINDOWS/Temp" + conf.tmpPath = "C:/WINDOWS/Temp" else: conf.tmpPath = "/tmp"