mirror of
https://github.com/samba-team/samba.git
synced 2025-11-11 00:23:51 +03:00
s3:winbindd: remove unused line in add_trusted_domain()
Review with: git show -U8 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
@@ -253,7 +253,6 @@ static NTSTATUS add_trusted_domain(const char *domain_name,
|
||||
domain->domain_flags = trust_flags;
|
||||
domain->domain_type = trust_type;
|
||||
domain->domain_trust_attribs = trust_attribs;
|
||||
domain->secure_channel_type = secure_channel_type;
|
||||
domain->routing_domain = routing_domain;
|
||||
sid_copy(&domain->sid, sid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user