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

Skip to content

Commit 8dfe08a

Browse files
committed
Minor bug fix to -d
1 parent 26d1a07 commit 8dfe08a

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
@@ -176,7 +176,7 @@ def udfInjectCustom(self):
176176

177177
stackedTest()
178178

179-
if not kb.stackedTest:
179+
if not kb.stackedTest and not conf.direct:
180180
return
181181

182182
self.checkDbmsOs()

0 commit comments

Comments
 (0)