svn commit: samba r14227 - in branches/SAMBA_4_0/source/lib/ldb/ldb_ildap: .

idra at samba.org idra at samba.org
Sun Mar 12 00:04:27 GMT 2006


Author: idra
Date: 2006-03-12 00:04:27 +0000 (Sun, 12 Mar 2006)
New Revision: 14227

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14227

Log:

We are passing the wrong pointer here


Modified:
   branches/SAMBA_4_0/source/lib/ldb/ldb_ildap/ldb_ildap.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/ldb_ildap/ldb_ildap.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/ldb_ildap/ldb_ildap.c	2006-03-12 00:03:00 UTC (rev 14226)
+++ branches/SAMBA_4_0/source/lib/ldb/ldb_ildap/ldb_ildap.c	2006-03-12 00:04:27 UTC (rev 14227)
@@ -374,7 +374,7 @@
 	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;



More information about the samba-cvs mailing list