From 8fffca2e9505e08a6e9b89d88dcb43dc6fa69eb6 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 15 Feb 2008 14:23:31 +0100 Subject: Adapt a comment to current circumstances. Michael (This used to be commit 84ec89ab9f7837e8a9830a0236fddc2d00d1c0d6) --- source3/registry/reg_api.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3') 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, -- cgit