1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3:smbd: change trans_state->vuid to uint64_t

metze
This commit is contained in:
Stefan Metzmacher 2012-06-05 15:14:04 +02:00
parent d4aa494654
commit 21e6db8f7e

View File

@ -38,7 +38,7 @@ struct privilege_paths {
struct trans_state {
struct trans_state *next, *prev;
uint16 vuid;
uint64_t vuid; /* SMB2 compat */
uint64_t mid;
uint32 max_param_return;