diff options
author | Michael Adam <obnox@samba.org> | 2008-01-03 14:11:20 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-03 14:17:49 +0100 |
commit | 2476254ccdf629d7889b9cff458a6e1097fc71ba (patch) | |
tree | 7895167fdc2459e10f52dec32ce7cbf5a1ae7ccc /source3/libnet/libnet_conf.c | |
parent | 55771b356d632ffe7d1d773670a71366e3d7302a (diff) | |
download | samba-2476254ccdf629d7889b9cff458a6e1097fc71ba.tar.gz samba-2476254ccdf629d7889b9cff458a6e1097fc71ba.tar.bz2 samba-2476254ccdf629d7889b9cff458a6e1097fc71ba.zip |
Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter().
Michael
(This used to be commit 073eeca51e46da6a687175aadbfdbb9e029532d6)
Diffstat (limited to 'source3/libnet/libnet_conf.c')
-rw-r--r-- | source3/libnet/libnet_conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c index f5504b78d5..fbe47b212b 100644 --- a/source3/libnet/libnet_conf.c +++ b/source3/libnet/libnet_conf.c @@ -757,8 +757,7 @@ done: /** * delete a parameter from configuration */ -WERROR libnet_smbconf_delparm(const char *service, - const char *param) +WERROR libnet_conf_delete_parameter(const char *service, const char *param) { struct registry_key *key = NULL; WERROR werr = WERR_OK; |