1
0
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:
Stefan Metzmacher
2024-09-25 19:29:53 +02:00
parent 749c515bab
commit a15f67a00e

View File

@@ -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);