summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-12-23 04:10:15 +0100
committerMichael Adam <obnox@samba.org>2007-12-23 04:10:32 +0100
commitd1c2280cd44e40a4398115c7d862ac0c296c98bc (patch)
tree79095855088bab2bba29a7b35b2f90ea792e926e /source3/utils
parenta48f3c8a964fe6b320a052a6251354351f8d98e0 (diff)
downloadsamba-d1c2280cd44e40a4398115c7d862ac0c296c98bc.tar.gz
samba-d1c2280cd44e40a4398115c7d862ac0c296c98bc.tar.bz2
samba-d1c2280cd44e40a4398115c7d862ac0c296c98bc.zip
Rename libnet_reg_createkey_internal() to libnet_smbconf_reg_createkey_internal().
Michael (This used to be commit 0e7f215f54c68b2d40f65f90ed11c41e1a7ef5ed)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c
index 1ab1378910..673d373177 100644
--- a/source3/utils/net_conf.c
+++ b/source3/utils/net_conf.c
@@ -346,7 +346,7 @@ static int import_process_service(TALLOC_CTX *ctx,
goto done;
}
}
- werr = libnet_reg_createkey_internal(tmp_ctx, servicename, &key);
+ werr = libnet_smbconf_reg_createkey_internal(tmp_ctx, servicename, &key);
if (!W_ERROR_IS_OK(werr)) {
goto done;
}
@@ -776,7 +776,7 @@ int net_conf_addshare(int argc, const char **argv)
* create the share
*/
- werr = libnet_reg_createkey_internal(NULL, argv[0], &newkey);
+ werr = libnet_smbconf_reg_createkey_internal(NULL, argv[0], &newkey);
if (!W_ERROR_IS_OK(werr)) {
goto done;
}