libgpo: replace hand-crafted registry initialization by registry_init_basic.
authorMichael Adam <obnox@samba.org>
Sat, 22 Mar 2008 01:29:02 +0000 (02:29 +0100)
committerMichael Adam <obnox@samba.org>
Sat, 22 Mar 2008 01:29:40 +0000 (02:29 +0100)
commit5ea7faef3dd698a01481b8a9fd4fe05579fe8664
tree4d83e82de375604a36a4e54557834b51ce4d664f
parent39067a5dbd627fdc3c5c94924154fa67bb468614
libgpo: replace hand-crafted registry initialization by registry_init_basic.

IMO there is no need to imitate a custom registry backend.
Only default regdb hooks are used here, so a plain initialization
of regdb should suffice.

This way, only reg_api is used in libgpo, and no registry
backend code is visible.

Michael
(This used to be commit 10ae8accb486956ebb1638cee540868a11623b11)
source3/Makefile.in
source3/libgpo/gpo_reg.c