1
0
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:
Simo Sorce
2006-03-12 00:04:27 +00:00
committed by Gerald (Jerry) Carter
parent db1d7358b2
commit 22c1b36355

View File

@@ -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;