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:
parent
a03a17365d
commit
97592db08a
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user