mirror of
https://github.com/samba-team/samba.git
synced 2025-11-14 12:23:52 +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 commit is contained in:
committed by
Gerald (Jerry) Carter
parent
d0b8957f38
commit
1e2c13b2d5
@@ -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