registry: adapt comment of last step in regdb_store_keys().
authorMichael Adam <obnox@samba.org>
Thu, 8 May 2008 14:32:51 +0000 (16:32 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 8 May 2008 16:29:10 +0000 (18:29 +0200)
adding number (3) ....

Michael

source/registry/reg_backend_db.c

index 182a7ba694842c9f85bb622847e5794e06eeb58b..956be33d2fb5d70bad19df4ba8f66a68df794159 100644 (file)
@@ -715,7 +715,7 @@ bool regdb_store_keys(const char *key, REGSUBKEY_CTR *ctr)
                goto cancel;
        }
 
-       /* now create records for any subkeys that don't already exist */
+       /* (3) now create records for any subkeys that don't already exist */
 
        num_subkeys = regsubkey_ctr_numkeys(ctr);