]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:winbindd: remove unused line in add_trusted_domain()
authorStefan Metzmacher <metze@samba.org>
Wed, 25 Sep 2024 17:29:53 +0000 (19:29 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 1 Oct 2024 09:53:32 +0000 (09:53 +0000)
Review with: git show -U8

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/winbindd/winbindd_util.c

index 2234efeed542ec82258b7ccaaf0da0d18c9cd267..86884b70d6390492bf968ab88a388fb6dedb0de5 100644 (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);