1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/lib/smbconf
Michael Adam a81ed36e86 libsmbconf: add internal open/close handling to registry backend.
This internally keeps track of opened registry in the private data
struct. The first call that really accesses data, opens the registry
and it is kept open until the destructor is called.

This behaviour might be changed in the future.

Michael
(This used to be commit 03e72e1307)
2008-03-21 23:43:52 +01:00
..
smbconf_private.h libsmbconf: add private_data section to smbconf_ctx. 2008-03-21 22:52:27 +01:00
smbconf_reg.c libsmbconf: add internal open/close handling to registry backend. 2008-03-21 23:43:52 +01:00
smbconf.c libsmbconf: add a "path" variable to the conf context. 2008-03-21 18:19:24 +01:00
smbconf.h libsmbconf: add a "path" variable to the conf context. 2008-03-21 18:19:24 +01:00