r17505: we are setting the timeout with the provide function right after.
authorSimo Sorce <idra@samba.org>
Sat, 12 Aug 2006 15:22:58 +0000 (15:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:30 +0000 (14:15 -0500)
(This used to be commit 6520e3c83acfbb7b6aa63d1cbebe8f8801db292f)

source4/dsdb/samdb/ldb_modules/password_hash.c

index ae02eb9e989f67d4a7e5b3f613a8cba7e10f7104..804235258f59fa9d8eb6347ba2cf910d6fd4d444 100644 (file)
@@ -512,7 +512,6 @@ static int build_domain_data_request(struct ph_context *ac)
        ac->dom_req->controls = NULL;
        ac->dom_req->context = ac;
        ac->dom_req->callback = get_domain_data_callback;
-       ac->dom_req->timeout = ac->orig_req->timeout;
        ldb_set_timeout_from_prev_req(ac->module->ldb, ac->orig_req, ac->dom_req);
 
        return LDB_SUCCESS;