summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/asq.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-10-14 12:25:18 -0400
committerSimo Sorce <idra@samba.org>2008-10-14 12:25:18 -0400
commit7fb9007f3dbaa50491b851eec6d303b3c17c2c2e (patch)
tree80e5085e66d20c8d3d03aea6f4c32c1bc47dd893 /source4/lib/ldb/modules/asq.c
parentda4399c509e9acfb372b90785292dcb1a08cf784 (diff)
downloadsamba-7fb9007f3dbaa50491b851eec6d303b3c17c2c2e.tar.gz
samba-7fb9007f3dbaa50491b851eec6d303b3c17c2c2e.tar.bz2
samba-7fb9007f3dbaa50491b851eec6d303b3c17c2c2e.zip
Fix very old bug in ASQ
Diffstat (limited to 'source4/lib/ldb/modules/asq.c')
-rw-r--r--source4/lib/ldb/modules/asq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/modules/asq.c b/source4/lib/ldb/modules/asq.c
index 17896a006a..835715e7dc 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,