Make libnet_conf handle opening/initialization of the registry.
authorMichael Adam <obnox@samba.org>
Thu, 3 Jan 2008 14:33:09 +0000 (15:33 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 3 Jan 2008 14:33:09 +0000 (15:33 +0100)
commit77713e776405800ac54c692a77cd4efd153042cb
tree09249f3abf7028bade7add0a410105640652dfe8
parent5d557e3f95b8d53114c25ba7fa3e564a50be9e05
Make libnet_conf handle opening/initialization of the registry.

Open state is currently tracked by a global variable
to avoid double initialization.

Later, this can possibly be replaced by a conf-context
created by an initialization function and passed around
to the other api functions.

Michael
source/libnet/libnet_conf.c
source/utils/net_conf.c