From: Michael Adam Date: Wed, 6 Jun 2012 13:26:05 +0000 (+0200) Subject: s3:include: change smb_request->tid to uint32_t X-Git-Tag: tevent-0.9.16~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86f621488aae89856a9c6ae5a91ae5bf96302659;p=thirdparty%2Fsamba.git s3:include: change smb_request->tid to uint32_t Pair-Programmed-With: Stefan Metzmacher --- diff --git a/source3/include/vfs.h b/source3/include/vfs.h index ec139a72e7d..fbb236dc27f 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;