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:
committed by
Gerald (Jerry) Carter
parent
f72079029a
commit
b52e5d6a0c
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user