r14227: We are passing the wrong pointer here
authorSimo Sorce <idra@samba.org>
Sun, 12 Mar 2006 00:04:27 +0000 (00:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:57:05 +0000 (13:57 -0500)
(This used to be commit 22c1b3635596e881d1a1e8fa5e55ab996ff001d5)

source4/lib/ldb/ldb_ildap/ldb_ildap.c

index de07fa9a95234aa373807ff6566040359e212bdd..2b43193864d0bf9a3bbfd060bee3ce44dc397559 100644 (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;