diff options
author | Michael Adam <obnox@samba.org> | 2008-02-15 13:57:31 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-15 16:23:10 +0100 |
commit | 9af84dd382aad55fcdfa803238d8edd57636f2aa (patch) | |
tree | 9ae93c85240516dfde9f1e530e35fbe57b6bd67b /source3/param | |
parent | 6fe7ed0b12d244086f59c0cad2bb4f26879c95e0 (diff) | |
download | samba-9af84dd382aad55fcdfa803238d8edd57636f2aa.tar.gz samba-9af84dd382aad55fcdfa803238d8edd57636f2aa.tar.bz2 samba-9af84dd382aad55fcdfa803238d8edd57636f2aa.zip |
Rename registry_init_regdb() to registry_init_smbconf().
That's what it actually is.
Michael
(This used to be commit 9d3c27f55726dbdce41fcf71c8bc1a7829340268)
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 3737224275..29de336df5 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -3561,7 +3561,7 @@ static bool process_registry_globals(bool (*pfunc)(const char *, const char *)) smb_panic("Failed to create talloc context!"); } - if (!registry_init_regdb()) { + if (!registry_init_smbconf()) { DEBUG(1, ("Error initializing the registry.\n")); goto done; } |