mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
Merge of secrets_init() paranoia fix from 2.2
This commit is contained in:
parent
2f30c2edfd
commit
1c3c0d7cb6
@ -680,7 +680,12 @@ int winbind_setup_common(void)
|
||||
{
|
||||
load_interfaces();
|
||||
|
||||
secrets_init();
|
||||
if (!secrets_init()) {
|
||||
|
||||
DEBUG(0,("Could not initialize domain trust account secrets. Giving up\n"));
|
||||
return 1;
|
||||
|
||||
}
|
||||
|
||||
/* Get list of domains we look up requests for. This includes the
|
||||
domain which we are a member of as well as any trusted
|
||||
|
Loading…
Reference in New Issue
Block a user