mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
r13609: Get in the initial work on making ldb async
Currently only ldb_ildap is async, the plan
is to first make all backend support the async calls,
and then remove the sync functions from backends and
keep the only in the API.
Modules will need to be transformed along the way.
Simo
(This used to be commit 1e2c13b2d5
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f490434c0f
commit
00fe70e5b9
@ -964,6 +964,7 @@ static int lsqlite3_search_bytree(struct ldb_module * module, const struct ldb_d
|
||||
|
||||
(*res)->msgs = talloc_steal(*res, msgs.msgs);
|
||||
(*res)->count = msgs.count;
|
||||
(*res)->refs = NULL;
|
||||
(*res)->controls = NULL;
|
||||
|
||||
talloc_free(local_ctx);
|
||||
|
Reference in New Issue
Block a user