Skip to content

Commit b33ac19

Browse files
committed
Minor fix
1 parent 99e9412 commit b33ac19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/takeover/xp_cmdshell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ def xpCmdshellInit(self):
181181
debugMsg += "output to"
182182
logger.debug(debugMsg)
183183

184-
self.createSupportTbl(self.cmdTblName, self.tblField, "varchar(8000)")
184+
self.createSupportTbl(self.cmdTblName, self.tblField, "nvarchar(4000)")

0 commit comments

Comments
 (0)