diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-05 14:40:57 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-06 10:18:40 +0200 |
commit | d4aa494654a3fb2ff6dbfe7133b8f4023c4f192b (patch) | |
tree | c3b1676bc3559fe9f5341b9098d5c820b0c61e45 /source3/include | |
parent | d45e0ddfcdfc005717b1596342af5ab133c19177 (diff) | |
download | samba-d4aa494654a3fb2ff6dbfe7133b8f4023c4f192b.tar.gz samba-d4aa494654a3fb2ff6dbfe7133b8f4023c4f192b.tar.bz2 samba-d4aa494654a3fb2ff6dbfe7133b8f4023c4f192b.zip |
s3:include: change smb_request->vuid to uint64_t
metze
Diffstat (limited to 'source3/include')
-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 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; |