From d4aa494654a3fb2ff6dbfe7133b8f4023c4f192b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Jun 2012 14:40:57 +0200 Subject: s3:include: change smb_request->vuid to uint64_t metze --- source3/include/vfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/vfs.h') diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 5c341862e1..ec139a72e7 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -349,7 +349,7 @@ struct smb_request { uint16 smbpid; uint64_t mid; /* For compatibility with SMB2. */ uint32_t seqnum; - uint16 vuid; + uint64_t vuid; /* For compatibility with SMB2. */ uint16 tid; uint8 wct; const uint16_t *vwv; -- cgit