diff options
| author | Simo Sorce <idra@samba.org> | 2006-03-12 00:04:27 +0000 |
|---|---|---|
| committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:05 -0500 |
| commit | 99dfc7e4d41634742978a7dcc249e698ab5bb71b (patch) | |
| tree | d4703e579d8aff371e439b1c46bd58b236b02b81 | |
| parent | 9edbad7a36a2a7e61439eba9cd043adf81f70468 (diff) | |
| download | samba-99dfc7e4d41634742978a7dcc249e698ab5bb71b.tar.gz samba-99dfc7e4d41634742978a7dcc249e698ab5bb71b.tar.xz samba-99dfc7e4d41634742978a7dcc249e698ab5bb71b.zip | |
r14227: We are passing the wrong pointer here
(This used to be commit 22c1b3635596e881d1a1e8fa5e55ab996ff001d5)
| -rw-r--r-- | source4/lib/ldb/ldb_ildap/ldb_ildap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
