mirror of
https://github.com/samba-team/samba.git
synced 2025-11-16 20:23:50 +03:00
r14227: We are passing the wrong pointer here
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
db1d7358b2
commit
22c1b36355
@@ -374,7 +374,7 @@ static int ildb_request_send(struct ldb_module *module, struct ldap_message *msg
|
||||
if (timeout) {
|
||||
req->time_event = event_add_timed(req->conn->event.event_ctx, h,
|
||||
timeval_current_ofs(timeout, 0),
|
||||
ildb_request_timeout, ildb_ac);
|
||||
ildb_request_timeout, h);
|
||||
}
|
||||
|
||||
*handle = h;
|
||||
|
||||
Reference in New Issue
Block a user