Closes #111 (DECLARE/CHAR encode xp_cmdshell parameter in MSSQL).

This commit is contained in:
Bernardo Damele
2010-11-02 15:31:51 +00:00
parent 3596f81e6a
commit c7c84c3089
2 changed files with 8 additions and 3 deletions

View File

@@ -192,7 +192,7 @@ class Filesystem:
forgedScrLines = []
cmd = ""
charCounter = 0
maxLen = 4096
maxLen = 512
logger.debug("generating binary file %s\%s, wait.." % (tmpPath, chunkName))