From c0e5cc0686c8b02b4585299fce0c0511da827d42 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 5 Jun 2012 15:21:52 +0200 Subject: s3:include: change current_user->vuid to uint64_t metze --- source3/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/smb.h b/source3/include/smb.h index 811921e790..832438f5a9 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -158,7 +158,7 @@ struct sys_notify_context { struct current_user { struct connection_struct *conn; - uint16 vuid; + uint64_t vuid; /* SMB2 compat */ struct security_unix_token ut; struct security_token *nt_user_token; }; -- cgit