Remove the final regdb_close() from net_conf.c
authorMichael Adam <obnox@samba.org>
Fri, 4 Jan 2008 18:52:22 +0000 (19:52 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 4 Jan 2008 18:52:22 +0000 (19:52 +0100)
commitb1472c0956c6d016973c2a76e4dfce5ecc3b9c05
tree13523c9bf4e510bd9dfcbaaf955ad0dee4daa0e0
parent2a8722d4c3177077f5d6cc648f4ef42e38e0ab4d
Remove the final regdb_close() from net_conf.c

This is to hide the registry from net_conf.
Right now, it does not harm if "net conf" does not close
the registry file explicitly just before exiting.
I am working out a proper way of handling open/close
operations transparently in the libnet_conf library.

Michael
(This used to be commit 790ef789444945fbae5637f0b469665859171dcd)
source3/utils/net_conf.c