diff options
author | Michael Adam <obnox@samba.org> | 2008-01-03 11:33:17 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-03 11:33:17 +0100 |
commit | e0ea759807882091fac07e7b200ad82bc78fcc4f (patch) | |
tree | 426363b05fda14556ca25e89f787e75c75143e5b /source3 | |
parent | a750e223b3c6e78aa911a52eaa62c85af62f842b (diff) | |
download | samba-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.c | 2 |
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, |