1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

r16036: Add a couple of new functions to corretly deal with timeouts.

Check timeouts are correctly verified.
Some minor fixed and removal of unused code.
This commit is contained in:
Simo Sorce
2006-06-04 05:28:13 +00:00
committed by Gerald (Jerry) Carter
parent f72079029a
commit b52e5d6a0c
19 changed files with 126 additions and 106 deletions

View File

@@ -99,6 +99,8 @@ static int objectguid_add(struct ldb_module *module, struct ldb_request *req)
return ret;
}
ldb_set_timeout_from_prev_req(module->ldb, req, down_req);
/* go on with the call chain */
ret = ldb_next_request(module, down_req);