1
0
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:
Stefan Metzmacher 2012-07-23 09:44:06 +02:00
parent be8e33ec54
commit 92811c6f5f

View File

@ -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 */
/*