From 2fbd75210b989c3cb044edeb279a18092a148025 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 15 Nov 2001 03:29:00 +0000 Subject: Get list of trusted domains if we haven't fetched them yet. (This used to be commit 187663210055ecd7b717b3894e3189ca3aaa0ed2) --- source3/nsswitch/winbindd_misc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/nsswitch/winbindd_misc.c') diff --git a/source3/nsswitch/winbindd_misc.c b/source3/nsswitch/winbindd_misc.c index 34c340f258..b06ee223a7 100644 --- a/source3/nsswitch/winbindd_misc.c +++ b/source3/nsswitch/winbindd_misc.c @@ -140,6 +140,9 @@ enum winbindd_result winbindd_list_trusted_domains(struct winbindd_cli_state DEBUG(3, ("[%5d]: list trusted domains\n", state->pid)); + if (domain_list == NULL) + get_domain_info(); + for(domain = domain_list; domain; domain = domain->next) { /* Skip own domain */ -- cgit