diff options
author | Michael Adam <obnox@samba.org> | 2012-06-06 15:26:05 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-06-06 19:37:14 +0200 |
commit | 86f621488aae89856a9c6ae5a91ae5bf96302659 (patch) | |
tree | aedf0160bbbecd8d10f0f74b6839eb2b80ea235d /source3/include/vfs.h | |
parent | eb70aff2f55e255bff569b918ba1bbe56ad46f57 (diff) | |
download | samba-86f621488aae89856a9c6ae5a91ae5bf96302659.tar.gz samba-86f621488aae89856a9c6ae5a91ae5bf96302659.tar.bz2 samba-86f621488aae89856a9c6ae5a91ae5bf96302659.zip |
s3:include: change smb_request->tid to uint32_t
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include/vfs.h')
-rw-r--r-- | source3/include/vfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h index ec139a72e7..fbb236dc27 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -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; |