1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Initialize _domain_list to NULL.

Just to be sure the "if (!_domain_list)" in domain_list() test always works.

Michael
(This used to be commit 1f49065d44dd7570d5a9928359751bd36f287952)
This commit is contained in:
Michael Adam 2008-01-23 13:52:42 +01:00
parent 5f962d9b98
commit 3b83f49158

View File

@ -41,7 +41,7 @@ extern struct winbindd_methods passdb_methods;
individual winbindd_domain structures cannot be made. Keep a copy of
the domain name instead. */
static struct winbindd_domain *_domain_list;
static struct winbindd_domain *_domain_list = NULL;
/**
When was the last scan of trusted domains done?