mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Check return code of secrets_init() function.
(This used to be commit 2b1eead269
)
This commit is contained in:
parent
2cd374db8d
commit
a8fbb92146
@ -988,7 +988,8 @@ static bool init_structs(void )
|
||||
|
||||
init_dptrs();
|
||||
|
||||
secrets_init();
|
||||
if (!secrets_init())
|
||||
return False;
|
||||
|
||||
return True;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user