registry: fix logic in deleting subkeys record in regdb_fetch_keys().
authorMichael Adam <obnox@samba.org>
Wed, 9 Jul 2008 08:40:39 +0000 (10:40 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 9 Jul 2008 08:43:25 +0000 (10:43 +0200)
commit75be2116ac2589aaf69038a4115197f40e4b16a5
tree369f5e938f02359e65ae061f034b8b32e9153f1f
parentd7ec9b2d52d1eddd98eba222f723fb6cdff4541f
registry: fix logic in deleting subkeys record in regdb_fetch_keys().

Don't cancel on NT_STATUS_NOT_FOUND error from dbwrap_delete_bystring().
So deletion of an "incomlete" registry key, i.e. one with an entry in
the list of subkeys of its parent key but not a subkey list of its own,
works again.

Michael
source/registry/reg_backend_db.c