summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-12-26 00:58:11 +0100
committerMichael Adam <obnox@samba.org>2007-12-26 00:58:11 +0100
commit18ea20e19b59d3151ca59f0576211f855931f839 (patch)
tree4d1a8acb02bf9c7085d9bf2aa48073067510088d /source3/utils
parente8cfbb0f4c58b45eb2585a8f130af017fd83adc8 (diff)
downloadsamba-18ea20e19b59d3151ca59f0576211f855931f839.tar.gz
samba-18ea20e19b59d3151ca59f0576211f855931f839.tar.bz2
samba-18ea20e19b59d3151ca59f0576211f855931f839.zip
Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path().
Michael (This used to be commit 4b0e636965bd37e7c0deecb7b5eff0cc4487408b)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/net_conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c
index df85d7eb4b..348e91a15f 100644
--- a/source3/utils/net_conf.c
+++ b/source3/utils/net_conf.c
@@ -565,7 +565,7 @@ int net_conf_showshare(int argc, const char **argv)
goto done;
}
- werr = libnet_smbconf_open_path(ctx, argv[0], REG_KEY_READ, &key);
+ werr = libnet_smbconf_reg_open_path(ctx, argv[0], REG_KEY_READ, &key);
if (!W_ERROR_IS_OK(werr)) {
goto done;
}