s3:registry: add new mode to regdb_store_subkey_list() for handing in NULL parent key
authorMichael Adam <obnox@samba.org>
Mon, 4 Jul 2011 11:06:20 +0000 (13:06 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 4 Jul 2011 18:02:08 +0000 (20:02 +0200)
commit15a50ef8f856d83508ece3a8294dfaffbadc3b41
tree5a9c3581b531458770123c92aeeb196e10257310
parentfc4d79d41a18ed3c2a2f8a831e5dcc3002423ab1
s3:registry: add new mode to regdb_store_subkey_list() for handing in NULL parent key

Standard behaviour is to concatenate parent and key path (parent\key).
This new mode allows for storing subkey lists for base keys using a NULL
parent argument.

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