Explorar o código

Avoid initializing data.

drieseng %!s(int64=9) %!d(string=hai) anos
pai
achega
74088c38a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Renci.SshNet/Sftp/SftpSession.cs

+ 1 - 1
src/Renci.SshNet/Sftp/SftpSession.cs

@@ -328,7 +328,7 @@ namespace Renci.SshNet.Sftp
         {
             SshException exception = null;
 
-            var data = new byte[0];
+            byte[] data = null;
 
             using (var wait = new AutoResetEvent(false))
             {