From 86f621488aae89856a9c6ae5a91ae5bf96302659 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 6 Jun 2012 15:26:05 +0200 Subject: s3:include: change smb_request->tid to uint32_t Pair-Programmed-With: Stefan Metzmacher --- source3/include/vfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') 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; -- cgit