diff options
author | Michael Adam <obnox@samba.org> | 2008-02-15 14:23:31 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-15 16:23:10 +0100 |
commit | 8fffca2e9505e08a6e9b89d88dcb43dc6fa69eb6 (patch) | |
tree | b59a0812d5ca441d265f718558426ba79f333d81 | |
parent | 9af84dd382aad55fcdfa803238d8edd57636f2aa (diff) | |
download | samba-8fffca2e9505e08a6e9b89d88dcb43dc6fa69eb6.tar.gz samba-8fffca2e9505e08a6e9b89d88dcb43dc6fa69eb6.tar.bz2 samba-8fffca2e9505e08a6e9b89d88dcb43dc6fa69eb6.zip |
Adapt a comment to current circumstances.
Michael
(This used to be commit 84ec89ab9f7837e8a9830a0236fddc2d00d1c0d6)
-rw-r--r-- | source3/registry/reg_api.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/registry/reg_api.c b/source3/registry/reg_api.c index 9c4009368d..1358fcbde6 100644 --- a/source3/registry/reg_api.c +++ b/source3/registry/reg_api.c @@ -726,9 +726,7 @@ WERROR reg_deleteallvalues(struct registry_key *key) } /* - * Utility function to open a complete registry path including the hive - * prefix. This should become the replacement function for - * regkey_open_internal. + * Utility function to open a complete registry path including the hive prefix. */ WERROR reg_open_path(TALLOC_CTX *mem_ctx, const char *orig_path, |