1
0
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:
Michael Adam 2008-04-13 15:33:12 +02:00
parent 281e610ff3
commit a9ff941f41
2 changed files with 2 additions and 2 deletions

View File

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

View File

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