summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-13 15:33:12 +0200
committerMichael Adam <obnox@samba.org>2008-04-13 15:33:48 +0200
commita9ff941f41b9ddc28dfaa855773d80055eccae96 (patch)
treee7839d34b6ad65630e300d910216387d17f23272 /source3/smbd
parent281e610ff31edff43dabe4ee9eb3e7b840fad204 (diff)
downloadsamba-a9ff941f41b9ddc28dfaa855773d80055eccae96.tar.gz
samba-a9ff941f41b9ddc28dfaa855773d80055eccae96.tar.bz2
samba-a9ff941f41b9ddc28dfaa855773d80055eccae96.zip
registry: rename init_registry() to registry_init_full() for consistency.
Michael (This used to be commit 14d82708d4499b48830d3dd25a0133f00a39d030)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 9754fab534..b71d6271f2 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -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