mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
net: the success of secrets_init is checked by libnetjoin now.
Guenther
(This used to be commit 0a6a5d0824
)
This commit is contained in:
parent
e23911b0c3
commit
fffb304fec
@ -938,12 +938,6 @@ static NTSTATUS check_ads_config( void )
|
||||
return NT_STATUS_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
if (!secrets_init()) {
|
||||
DEBUG(1,("Failed to initialise secrets database\n"));
|
||||
/* This is a good bet for failure of secrets_init ... */
|
||||
return NT_STATUS_ACCESS_DENIED;
|
||||
}
|
||||
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user