summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_conf.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-03 14:01:50 +0100
committerMichael Adam <obnox@samba.org>2008-01-03 14:17:49 +0100
commite89411effda51f9012d1830d18adcb968637baac (patch)
treec6d0a0e4fd97d9181acfdacd01d793781976ca91 /source3/libnet/libnet_conf.c
parente1aa474a32a8b6faa952ad4e9e2e91b8727ad56e (diff)
downloadsamba-e89411effda51f9012d1830d18adcb968637baac.tar.gz
samba-e89411effda51f9012d1830d18adcb968637baac.tar.bz2
samba-e89411effda51f9012d1830d18adcb968637baac.zip
Rename libnet_smbconf_delshare() to libnet_conf_delete_share().
Michael (This used to be commit 2075baf551ca7fc6bcee6b93f63fd7fbf75f9a50)
Diffstat (limited to 'source3/libnet/libnet_conf.c')
-rw-r--r--source3/libnet/libnet_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c
index 594dea9603..0f11bbbc49 100644
--- a/source3/libnet/libnet_conf.c
+++ b/source3/libnet/libnet_conf.c
@@ -657,7 +657,7 @@ done:
/**
* delete a service from configuration
*/
-WERROR libnet_smbconf_delshare(const char *servicename)
+WERROR libnet_conf_delete_share(const char *servicename)
{
WERROR werr = WERR_OK;
struct registry_key *key = NULL;