1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

registry: adapt comment to first step in regdb_store_keys().

Michael
This commit is contained in:
Michael Adam 2008-05-08 16:55:14 +02:00
parent a03a17365d
commit 97592db08a

View File

@ -657,7 +657,7 @@ bool regdb_store_keys(const char *key, REGSUBKEY_CTR *ctr)
* out of the blue when re-adding keys later on.
*/
/* now delete removed keys */
/* (1) delete removed keys' lists (values/secdesc/subkeys) */
num_subkeys = regsubkey_ctr_numkeys(old_subkeys);
for (i=0; i<num_subkeys; i++) {