1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3:include: change smb_request->tid to uint32_t

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Michael Adam 2012-06-06 15:26:05 +02:00
parent eb70aff2f5
commit 86f621488a

View File

@ -350,7 +350,7 @@ struct smb_request {
uint64_t mid; /* For compatibility with SMB2. */
uint32_t seqnum;
uint64_t vuid; /* For compatibility with SMB2. */
uint16 tid;
uint32_t tid;
uint8 wct;
const uint16_t *vwv;
uint16_t buflen;