mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3:include: change smb_request->tid to uint32_t
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
eb70aff2f5
commit
86f621488a
@ -350,7 +350,7 @@ struct smb_request {
|
|||||||
uint64_t mid; /* For compatibility with SMB2. */
|
uint64_t mid; /* For compatibility with SMB2. */
|
||||||
uint32_t seqnum;
|
uint32_t seqnum;
|
||||||
uint64_t vuid; /* For compatibility with SMB2. */
|
uint64_t vuid; /* For compatibility with SMB2. */
|
||||||
uint16 tid;
|
uint32_t tid;
|
||||||
uint8 wct;
|
uint8 wct;
|
||||||
const uint16_t *vwv;
|
const uint16_t *vwv;
|
||||||
uint16_t buflen;
|
uint16_t buflen;
|
||||||
|
Loading…
Reference in New Issue
Block a user