mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Merge of secrets_init() paranoia fix from 2.2
This commit is contained in:
parent
4bbc584e6c
commit
e24f6288b6
@ -785,7 +785,12 @@ int main(int argc, char **argv)
|
||||
|
||||
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