1
0
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:
Günther Deschner 2008-04-14 15:47:30 +02:00
parent e23911b0c3
commit fffb304fec

View File

@ -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;
}