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>
Wed, 12 Oct 2011 01:49:05 +0000 (03:49 +0200)
commit240d6217dd4d75a69b3f57f9668aa81ed042a6cf
tree020df6077a11e06efc18c54b53b34210cfe93045
parent9d688cd7be2d21af1f881a3e65549bff03619c46
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