From 99dfc7e4d41634742978a7dcc249e698ab5bb71b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 12 Mar 2006 00:04:27 +0000 Subject: r14227: We are passing the wrong pointer here (This used to be commit 22c1b3635596e881d1a1e8fa5e55ab996ff001d5) --- source4/lib/ldb/ldb_ildap/ldb_ildap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/lib/ldb/ldb_ildap/ldb_ildap.c b/source4/lib/ldb/ldb_ildap/ldb_ildap.c index de07fa9a95..2b43193864 100644 --- a/source4/lib/ldb/ldb_ildap/ldb_ildap.c +++ b/source4/lib/ldb/ldb_ildap/ldb_ildap.c @@ -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; -- cgit