ldb/samba3: Support event context argument to ldb_init().
authorJelmer Vernooij <jelmer@samba.org>
Thu, 23 Apr 2009 12:27:59 +0000 (14:27 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 23 Apr 2009 16:27:31 +0000 (18:27 +0200)
commit9b64073cf733588b75c3780f2c18728ff3009500
tree9e0a2a4b0489d3322be1a1c06ec68f594d844143
parent90cc5e72ba0cf4b5261be2f2aa9db87bd011fbb0
ldb/samba3: Support event context argument to ldb_init().

This argument is ignored (Samba3's LDB is synchronous) but having it
there is useful for API compatibility with the LDB used by Samba 4 and
available on some systems.
source3/groupdb/mapping_ldb.c
source3/lib/ldb/common/ldb.c
source3/lib/ldb/include/ldb.h
source3/lib/ldb/tools/ldbadd.c
source3/lib/ldb/tools/ldbdel.c
source3/lib/ldb/tools/ldbedit.c
source3/lib/ldb/tools/ldbmodify.c
source3/lib/ldb/tools/ldbrename.c
source3/lib/ldb/tools/ldbsearch.c
source3/libads/ldap.c