From 18973fa109132bab8cb22a6757dbe4a206ea1a33 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 1 Jul 2011 13:33:44 +0200 Subject: s3:registry: adapt the comment explaining the definition of the existence of a key. Pair-Programmed-With: Gregor Beck --- source3/registry/reg_backend_db.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source3/registry') diff --git a/source3/registry/reg_backend_db.c b/source3/registry/reg_backend_db.c index dd80940a0a..a9e06b3048 100644 --- a/source3/registry/reg_backend_db.c +++ b/source3/registry/reg_backend_db.c @@ -1592,10 +1592,9 @@ static bool scan_parent_subkeys(struct db_context *db, const char *parent, /** * Check for the existence of a key. * - * Existence of a key is authoritatively defined by its - * existence in the list of subkeys of its parent key. - * The exeption of this are keys without a parent key, - * i.e. the "base" keys (HKLM, HKCU, ...). + * Existence of a key is authoritatively defined by + * the existence of the record that contains the list + * of its subkeys. */ static bool regdb_key_exists(struct db_context *db, const char *key) { -- cgit