summaryrefslogtreecommitdiff
path: root/source3/lib/smbconf/smbconf_reg.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-13 16:26:14 +0200
committerMichael Adam <obnox@samba.org>2008-04-13 20:04:43 +0200
commit611b6bfa3b46fec656d68705fb8e88e31409f46a (patch)
tree4cbda4ba30c8ff4d41a52b1f36bfc7bb836b633a /source3/lib/smbconf/smbconf_reg.c
parentaea1a244eed1c474d8e95048563c2d304a4f3696 (diff)
downloadsamba-611b6bfa3b46fec656d68705fb8e88e31409f46a.tar.gz
samba-611b6bfa3b46fec656d68705fb8e88e31409f46a.tar.bz2
samba-611b6bfa3b46fec656d68705fb8e88e31409f46a.zip
libsmbconf: rename smbconf_init() to smbconf_init_internal().
smbconf_init should be the name of the dispatcher (to be written) Michael (This used to be commit 3fb95ab757650712716472ebaccb7119feb27596)
Diffstat (limited to 'source3/lib/smbconf/smbconf_reg.c')
-rw-r--r--source3/lib/smbconf/smbconf_reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbconf/smbconf_reg.c b/source3/lib/smbconf/smbconf_reg.c
index ce38a20f3f..2bdc11fa7f 100644
--- a/source3/lib/smbconf/smbconf_reg.c
+++ b/source3/lib/smbconf/smbconf_reg.c
@@ -1055,5 +1055,5 @@ struct smbconf_ops smbconf_ops_reg = {
WERROR smbconf_init_reg(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx,
const char *path)
{
- return smbconf_init(mem_ctx, conf_ctx, path, &smbconf_ops_reg);
+ return smbconf_init_internal(mem_ctx, conf_ctx, path, &smbconf_ops_reg);
}