mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
winbindd: add missing can_do_ncacn_ip_tcp initialisation
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13232 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
1918a870c3
commit
9fef5d1891
@ -275,6 +275,8 @@ static NTSTATUS add_trusted_domain(const char *domain_name,
|
||||
}
|
||||
}
|
||||
|
||||
domain->can_do_ncacn_ip_tcp = domain->active_directory;
|
||||
|
||||
/* Link to domain list */
|
||||
DLIST_ADD_END(_domain_list, domain);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user