mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:winbindd: Remove unused set_routing_domain()
Commit 9a613f4
winbindd: add routing_domain as parameter to add_trusted_domain
deleted all calls of set_routing_domain().
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue Dec 17 13:30:25 UTC 2024 on atb-devel-224
This commit is contained in:
parent
890724f8a5
commit
e0aab377bd
@ -502,8 +502,6 @@ NTSTATUS winbind_dual_SamLogon(struct winbindd_domain *domain,
|
||||
|
||||
struct winbindd_domain *domain_list(void);
|
||||
struct winbindd_domain *wb_next_domain(struct winbindd_domain *domain);
|
||||
bool set_routing_domain(struct winbindd_domain *domain,
|
||||
struct winbindd_domain *routing_domain);
|
||||
bool add_trusted_domain_from_auth(uint16_t validation_level,
|
||||
struct info3_text *info3,
|
||||
struct info6_text *info6);
|
||||
|
@ -302,19 +302,6 @@ static NTSTATUS add_trusted_domain(const char *domain_name,
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
bool set_routing_domain(struct winbindd_domain *domain,
|
||||
struct winbindd_domain *routing_domain)
|
||||
{
|
||||
if (domain->routing_domain == NULL) {
|
||||
domain->routing_domain = routing_domain;
|
||||
return true;
|
||||
}
|
||||
if (domain->routing_domain != routing_domain) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
bool add_trusted_domain_from_auth(uint16_t validation_level,
|
||||
struct info3_text *info3,
|
||||
struct info6_text *info6)
|
||||
|
Loading…
Reference in New Issue
Block a user