mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-02 05:51:49 +02:00
NTCreateAndXRequest: Removed duplicate functionality
This commit is contained in:
parent
7159909bc9
commit
083d237ca6
1 changed files with 0 additions and 3 deletions
|
@ -73,9 +73,6 @@ namespace SMBLibrary.SMB1
|
|||
nameLength *= 2;
|
||||
}
|
||||
this.SMBParameters = new byte[ParametersLength];
|
||||
ByteWriter.WriteByte(this.SMBParameters, 0, (byte)AndXCommand);
|
||||
ByteWriter.WriteByte(this.SMBParameters, 1, AndXReserved);
|
||||
LittleEndianWriter.WriteUInt16(this.SMBParameters, 2, AndXOffset);
|
||||
ByteWriter.WriteByte(this.SMBParameters, 4, Reserved);
|
||||
LittleEndianWriter.WriteUInt16(this.SMBParameters, 5, nameLength);
|
||||
LittleEndianWriter.WriteUInt32(this.SMBParameters, 7, (uint)Flags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue