mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
Fix test after refactoring.
This commit is contained in:
@@ -53,8 +53,6 @@ namespace Renci.SshNet.Tests.Classes.Sftp.Responses
|
||||
var target = new StatVfsReplyInfo();
|
||||
|
||||
var sshDataStream = new SshDataStream(4 + 1 + 4 + 88);
|
||||
sshDataStream.Write((uint) (sshDataStream.Capacity - 4));
|
||||
sshDataStream.WriteByte((byte) SftpMessageTypes.ExtendedReply);
|
||||
sshDataStream.Write(_responseId);
|
||||
sshDataStream.Write(_bsize);
|
||||
sshDataStream.Write(_frsize);
|
||||
|
||||
Reference in New Issue
Block a user