summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_conf.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-03 11:32:00 +0100
committerMichael Adam <obnox@samba.org>2008-01-03 11:32:00 +0100
commita750e223b3c6e78aa911a52eaa62c85af62f842b (patch)
tree27a0d8c366cd9b528d051e5909c2a6e25cc20fc7 /source3/libnet/libnet_conf.c
parentfd597c7e6d1b5d89c75dd24f2b62916ec81a67ae (diff)
downloadsamba-a750e223b3c6e78aa911a52eaa62c85af62f842b.tar.gz
samba-a750e223b3c6e78aa911a52eaa62c85af62f842b.tar.bz2
samba-a750e223b3c6e78aa911a52eaa62c85af62f842b.zip
Rename libnet_smbconf_reg_createkey_internal to libnet_smbconf_reg_create_service_key.
Michael (This used to be commit 08056a2c8160a44d27744467da467faea9ba0686)
Diffstat (limited to 'source3/libnet/libnet_conf.c')
-rw-r--r--source3/libnet/libnet_conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c
index 2c67d4735e..f435882b3b 100644
--- a/source3/libnet/libnet_conf.c
+++ b/source3/libnet/libnet_conf.c
@@ -155,7 +155,7 @@ static bool libnet_smbconf_value_exists(struct registry_key *key,
/*
* create a subkey of KEY_SMBCONF
*/
-static WERROR libnet_smbconf_reg_createkey_internal(TALLOC_CTX *ctx,
+static WERROR libnet_smbconf_reg_create_service_key(TALLOC_CTX *ctx,
const char * subkeyname,
struct registry_key **newkey)
{
@@ -625,7 +625,7 @@ WERROR libnet_smbconf_create_share(const char *servicename)
goto done;
}
- werr = libnet_smbconf_reg_createkey_internal(mem_ctx, servicename, &key);
+ werr = libnet_smbconf_reg_create_service_key(mem_ctx, servicename, &key);
done:
TALLOC_FREE(mem_ctx);