diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/username.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/username.c b/source3/lib/username.c index 7ada5fa00c..2cf45c2a96 100644 --- a/source3/lib/username.c +++ b/source3/lib/username.c @@ -269,8 +269,6 @@ static BOOL user_in_winbind_group_list(char *user,char *gname, BOOL *winbind_ans int i; gid_t *groups = NULL; gid_t gid; - DOM_SID g_sid; - enum SID_NAME_USE name_type; BOOL ret = False; *winbind_answered = False; |