diff options
author | Michael Adam <obnox@samba.org> | 2007-12-25 02:24:39 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-12-25 02:24:39 +0100 |
commit | 9c20b9a731d581ae8bbf4f9ef66c3b7ded7e4122 (patch) | |
tree | 743fe44d853f12c4b40c4f322a043b2311da20cf /source3/libnet/libnet_conf.c | |
parent | c9f65929b733353baec531c4735749a754f051c5 (diff) | |
download | samba-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/libnet_conf.c')
-rw-r--r-- | source3/libnet/libnet_conf.c | 6 |
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; |