s3:registry: add regdb_create_basekey()
authorMichael Adam <obnox@samba.org>
Mon, 4 Jul 2011 11:14:43 +0000 (13:14 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 4 Jul 2011 18:02:08 +0000 (20:02 +0200)
commit747c67cf309a5127e78bd78f0d17e3fc094115d2
treed9a712d4fdbc93a345e5ddf478172ba7644b12a4
parent144c8d77d8dcde0b85cef28b6515360aa0c55b85
s3:registry: add regdb_create_basekey()

Function to create a base key in the registry db, i.e. one that
has no parent key.

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