Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion smb1pdu.h
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ struct smb_com_lock_req {
__le16 NumberOfUnlocks;
__le16 NumberOfLocks;
__le16 ByteCount;
char *Locks[1];
char Locks[1];
} __packed;

struct smb_com_lock_rsp {
Expand Down
Loading