Minor fix

This commit is contained in:
Bernardo Damele 2010-05-10 14:18:41 +00:00
parent 65a05452f7
commit 4c91b5a896

View File

@ -90,7 +90,7 @@ class xp_cmdshell:
cmd = "EXEC master..sp_addextendedproc 'xp_cmdshell', "
cmd += "@dllname='xplog70.dll'"
else:
cmd = "EXEC master..sp_dropextendedproc xp_cmdshell"
cmd = "EXEC master..sp_dropextendedproc 'xp_cmdshell'"
return cmd