From 42b7d48f76189b1e138f5cac6489a4d018598c87 Mon Sep 17 00:00:00 2001 From: Uri Simchoni Date: Tue, 17 Nov 2015 21:43:44 +0200 Subject: auth: remove a line that has no effect BUG: https://bugzilla.samba.org/show_bug.cgi?id=11608 Signed-off-by: Uri Simchoni Reviewed-by: Jeremy Allison --- source3/auth/server_info.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/auth') diff --git a/source3/auth/server_info.c b/source3/auth/server_info.c index b5373904493..4d046bbf17d 100644 --- a/source3/auth/server_info.c +++ b/source3/auth/server_info.c @@ -600,8 +600,6 @@ NTSTATUS passwd_to_SamInfo3(TALLOC_CTX *mem_ctx, */ gid_to_sid(&group_sid, pwd->pw_gid); - ZERO_STRUCT(domain_sid); - /* * If we are a unix group, set the group_sid to the * 'Domain Users' RID of 513 which will always resolve to a -- cgit v1.2.1