From 8c15cf54ae797d8f01a61228d367b5a785f06d98 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 31 Aug 2010 09:32:52 +1000 Subject: s3-auth Rename NT_USER_TOKEN user_sids -> sids This is closer to the struct security_token from security.idl --- source3/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index 74f1eb535a..011851ab81 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -233,7 +233,7 @@ extern const struct dom_sid global_sid_Unix_Groups; typedef struct nt_user_token { size_t num_sids; - struct dom_sid *user_sids; + struct dom_sid *sids; SE_PRIV privileges; } NT_USER_TOKEN; -- cgit