The branch, master has been updated
       via  7fb9007f3dbaa50491b851eec6d303b3c17c2c2e (commit)
      from  da4399c509e9acfb372b90785292dcb1a08cf784 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7fb9007f3dbaa50491b851eec6d303b3c17c2c2e
Author: Simo Sorce <[EMAIL PROTECTED]>
Date:   Tue Oct 14 12:25:18 2008 -0400

    Fix very old bug in ASQ

-----------------------------------------------------------------------

Summary of changes:
 source4/lib/ldb/modules/asq.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/modules/asq.c b/source4/lib/ldb/modules/asq.c
index 17896a0..835715e 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,


-- 
Samba Shared Repository

Reply via email to