summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-08-12 15:22:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:15:30 -0500
commit8b9e08fe76bb324b78ff33b766a46dec2f7492ec (patch)
treefcbe1b3e2d40cae1dd24a1ff13d860beaa3c698b
parent71041a5007abb9afc04df0d91e7c2598ba9b2d20 (diff)
downloadsamba-8b9e08fe76bb324b78ff33b766a46dec2f7492ec.tar.gz
samba-8b9e08fe76bb324b78ff33b766a46dec2f7492ec.tar.bz2
samba-8b9e08fe76bb324b78ff33b766a46dec2f7492ec.zip
r17505: we are setting the timeout with the provide function right after.
(This used to be commit 6520e3c83acfbb7b6aa63d1cbebe8f8801db292f)
-rw-r--r--source4/dsdb/samdb/ldb_modules/password_hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/password_hash.c b/source4/dsdb/samdb/ldb_modules/password_hash.c
index ae02eb9e98..804235258f 100644
--- a/source4/dsdb/samdb/ldb_modules/password_hash.c
+++ b/source4/dsdb/samdb/ldb_modules/password_hash.c
@@ -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;