summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-01-03 11:33:17 +0100
committerMichael Adam <obnox@samba.org>2008-01-03 11:33:17 +0100
commite0ea759807882091fac07e7b200ad82bc78fcc4f (patch)
tree426363b05fda14556ca25e89f787e75c75143e5b /source3
parenta750e223b3c6e78aa911a52eaa62c85af62f842b (diff)
downloadsamba-e0ea759807882091fac07e7b200ad82bc78fcc4f.tar.gz
samba-e0ea759807882091fac07e7b200ad82bc78fcc4f.tar.bz2
samba-e0ea759807882091fac07e7b200ad82bc78fcc4f.zip
Fix a comment.
Michael (This used to be commit 2d0c7fe44f075205db1713ef2d69006f7192c490)
Diffstat (limited to 'source3')
-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 f435882b3b..304c53c0d0 100644
--- a/source3/libnet/libnet_conf.c
+++ b/source3/libnet/libnet_conf.c
@@ -55,7 +55,7 @@ static WERROR libnet_smbconf_add_string_to_array(TALLOC_CTX *mem_ctx,
}
/**
- * Open a subkey of KEY_SMBCONF (i.e a service)
+ * Open a registry key specified by "path"
*/
static WERROR libnet_smbconf_reg_open_path(TALLOC_CTX *mem_ctx,
const char *path,