diff options
author | Simo Sorce <idra@samba.org> | 2008-09-11 18:38:40 -0400 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-09-29 04:22:20 +0200 |
commit | b2901da479f5e711986de48df4910910460fe7db (patch) | |
tree | da33b32d795781a689793b41b76a76a017f06d6a /source4/dsdb | |
parent | f14a2b3386e9f44111cee010f6864602e5b833cd (diff) | |
download | samba-b2901da479f5e711986de48df4910910460fe7db.tar.gz samba-b2901da479f5e711986de48df4910910460fe7db.tar.xz samba-b2901da479f5e711986de48df4910910460fe7db.zip |
LDB ASYNC: misc changes
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/samdb/cracknames.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/dsdb/samdb/cracknames.c b/source4/dsdb/samdb/cracknames.c index 7324d898a65..e02e8d81a6a 100644 --- a/source4/dsdb/samdb/cracknames.c +++ b/source4/dsdb/samdb/cracknames.c @@ -797,7 +797,8 @@ static WERROR DsCrackNameOneFilter(struct ldb_context *sam_ctx, TALLOC_CTX *mem_ result_attrs, NULL, res, - ldb_search_default_callback); + ldb_search_default_callback, + NULL); if (ret == LDB_SUCCESS) { struct ldb_search_options_control *search_options; search_options = talloc(req, struct ldb_search_options_control); @@ -812,8 +813,6 @@ static WERROR DsCrackNameOneFilter(struct ldb_context *sam_ctx, TALLOC_CTX *mem_ return WERR_OK; } - ldb_set_timeout(sam_ctx, req, 0); /* use default timeout */ - ret = ldb_request(sam_ctx, req); if (ret == LDB_SUCCESS) { |