s3:registry: improve regdb_create_subkey_internal() to always complete incomlete...
authorMichael Adam <obnox@samba.org>
Fri, 30 Sep 2011 13:42:31 +0000 (15:42 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 11 Oct 2011 13:21:20 +0000 (15:21 +0200)
commit60c7fa4cabcee0ed5b831aee517907455b596e79
treee8c5fade4259d89a397440d507e0f520cccf025e
parent7f2923b88cee4b6382bebba8f125c50b8b60b223
s3:registry: improve regdb_create_subkey_internal() to always complete incomlete keys

Originally, this function did not create the key's subkey list record if only
the record was listed in the subkeylist of its parent key. Now this is fixed.

Pair-Programmed-With: Gregor Beck <gbeck@sernet.de>
source3/registry/reg_backend_db.c