s3:include: change smb_request->tid to uint32_t
authorMichael Adam <obnox@samba.org>
Wed, 6 Jun 2012 13:26:05 +0000 (15:26 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 6 Jun 2012 17:37:14 +0000 (19:37 +0200)
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

source3/include/vfs.h

index ec139a72e7d5b022f817e18085cdd392a3b7c932..fbb236dc27f751512b205aa977958efb6bd4e32c 100644 (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;