diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 00:15:34 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-15 00:15:34 +0200 |
commit | 75dabe874c0cf8893dd61f547d0c3878d411a433 (patch) | |
tree | 345db786efab8ad51a7a2181610c1cc22693fe34 /source4/lib | |
parent | 91437ea7bc6f74729ec40b5b1eeea57287dd85c4 (diff) | |
parent | ecca199486a30957e7f0dc084d0e21eb3c812c15 (diff) | |
download | samba-75dabe874c0cf8893dd61f547d0c3878d411a433.tar.gz samba-75dabe874c0cf8893dd61f547d0c3878d411a433.tar.xz samba-75dabe874c0cf8893dd61f547d0c3878d411a433.zip |
Merge branch 'master' of git://git.samba.org/samba
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/modules/asq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/modules/asq.c b/source4/lib/ldb/modules/asq.c index 17896a006a3..835715e7dc5 100644 --- a/source4/lib/ldb/modules/asq.c +++ b/source4/lib/ldb/modules/asq.c @@ -222,10 +222,10 @@ static int asq_build_first_request(struct asq_context *ac, struct ldb_request ** base_attrs[1] = NULL; - ret = ldb_build_search_req_ex(base_req, ac->module->ldb, ac, + ret = ldb_build_search_req(base_req, ac->module->ldb, ac, ac->req->op.search.base, LDB_SCOPE_BASE, - ac->req->op.search.tree, + NULL, (const char * const *)base_attrs, NULL, ac, asq_base_callback, |