mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +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 1f49065d44
)
This commit is contained in:
parent
5f962d9b98
commit
3b83f49158
@ -41,7 +41,7 @@ extern struct winbindd_methods passdb_methods;
|
|||||||
individual winbindd_domain structures cannot be made. Keep a copy of
|
individual winbindd_domain structures cannot be made. Keep a copy of
|
||||||
the domain name instead. */
|
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?
|
When was the last scan of trusted domains done?
|
||||||
|
Loading…
Reference in New Issue
Block a user