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/libnet/libnet_conf.c | |
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/libnet/libnet_conf.c')
-rw-r--r-- | source3/libnet/libnet_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c index 4d998acad8..c3872b68de 100644 --- a/source3/libnet/libnet_conf.c +++ b/source3/libnet/libnet_conf.c @@ -62,7 +62,7 @@ static WERROR libnet_conf_reg_initialize(struct libnet_conf_ctx *ctx) { WERROR werr = WERR_OK; - if (!registry_init_regdb()) { + if (!registry_init_smbconf()) { werr = WERR_REG_IO_FAILURE; goto done; } |