mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
registry: rename init_registry() to registry_init_full() for consistency.
Michael
(This used to be commit 14d82708d4
)
This commit is contained in:
parent
281e610ff3
commit
a9ff941f41
@ -62,7 +62,7 @@ REGISTRY_HOOK reg_hooks[] = {
|
||||
with all available backens.
|
||||
***********************************************************************/
|
||||
|
||||
WERROR init_registry(void)
|
||||
WERROR registry_init_full(void)
|
||||
{
|
||||
int i;
|
||||
WERROR werr;
|
||||
|
@ -1323,7 +1323,7 @@ extern void build_options(bool screen);
|
||||
|
||||
namecache_enable();
|
||||
|
||||
if (!W_ERROR_IS_OK(init_registry()))
|
||||
if (!W_ERROR_IS_OK(registry_init_full()))
|
||||
exit(1);
|
||||
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user