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)
committerVolker Lendecke <vl@samba.org>
Tue, 9 Aug 2011 14:57:54 +0000 (16:57 +0200)
commitdc0742c0ac94c731855d3f02f63e0f4f86384e6e
tree0d72521542a10202c9b9de20f36077a8521c2b0b
parent6b4318f17171bc5e5be91e671e5d15339968175a
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>
(cherry picked from commit 15a50ef8f856d83508ece3a8294dfaffbadc3b41)
source3/registry/reg_backend_db.c