summaryrefslogtreecommitdiff
path: root/source3/libnet
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-12-25 02:24:39 +0100
committerMichael Adam <obnox@samba.org>2007-12-25 02:24:39 +0100
commit9c20b9a731d581ae8bbf4f9ef66c3b7ded7e4122 (patch)
tree743fe44d853f12c4b40c4f322a043b2311da20cf /source3/libnet
parentc9f65929b733353baec531c4735749a754f051c5 (diff)
downloadsamba-9c20b9a731d581ae8bbf4f9ef66c3b7ded7e4122.tar.gz
samba-9c20b9a731d581ae8bbf4f9ef66c3b7ded7e4122.tar.bz2
samba-9c20b9a731d581ae8bbf4f9ef66c3b7ded7e4122.zip
Rename reg_delkey_internal() to libnet_smbconf_delshare().
Michael (This used to be commit 7d501f0d78ec57509d0bc5ef0dc16fcd24ee27e7)
Diffstat (limited to 'source3/libnet')
-rw-r--r--source3/libnet/libnet_conf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c
index 30342e1e43..ad02930ce4 100644
--- a/source3/libnet/libnet_conf.c
+++ b/source3/libnet/libnet_conf.c
@@ -243,10 +243,10 @@ done:
*
**********************************************************************/
-/*
- * delete a subkey of KEY_SMBCONF
+/**
+ * delete a service from configuration
*/
-WERROR reg_delkey_internal(TALLOC_CTX *ctx, const char *keyname)
+WERROR libnet_smbconf_delshare(TALLOC_CTX *ctx, const char *keyname)
{
WERROR werr = WERR_OK;
struct registry_key *key = NULL;