mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
libcli/smb: make use of SMB2_HDR_BODY as header size
metze
This commit is contained in:
parent
be8e33ec54
commit
92811c6f5f
@ -193,7 +193,7 @@ struct smbXcli_req_state {
|
||||
const uint8_t *dyn;
|
||||
uint32_t dyn_len;
|
||||
|
||||
uint8_t hdr[64];
|
||||
uint8_t hdr[SMB2_HDR_BODY];
|
||||
uint8_t pad[7]; /* padding space for compounding */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user