1
0
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:
Stefan Metzmacher 2018-01-15 14:30:48 +01:00 committed by Ralph Boehme
parent 1918a870c3
commit 9fef5d1891

View File

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