1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00
Andrew Tridgell 4ad0397d8a s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()
This allows us to reuse a ldb context if it is open twice, instead
of going through the expensive process of a full ldb open. We can
reuse it if all of the parameters are the same.

The change relies on callers using talloc_unlink() or free of a parent
to close a ldb context.
2009-10-23 14:52:17 +11:00
..
2009-10-19 09:47:33 +02:00
2008-09-30 00:29:03 +02:00
2009-08-05 10:51:00 +10:00
2009-06-18 00:54:17 +02:00
2009-06-19 14:43:51 +10:00