Remove the final regdb_close() from net_conf.c
commit790ef789444945fbae5637f0b469665859171dcd
authorMichael Adam <obnox@samba.org>
Fri, 4 Jan 2008 18:52:22 +0000 (4 19:52 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 4 Jan 2008 18:52:22 +0000 (4 19:52 +0100)
tree42074d2028b54632ef7912abce1f748daa7cdd20
parentfc0fca980f08a0af65d82784ef5a50a7b1ac0927
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
source/utils/net_conf.c