svn commit: samba r15433 - in branches/SAMBA_4_0/source/lib: .

abartlet at samba.org abartlet at samba.org
Thu May 4 13:06:08 GMT 2006


Author: abartlet
Date: 2006-05-04 13:06:08 +0000 (Thu, 04 May 2006)
New Revision: 15433

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

Log:
Add a todo.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/lib/db_wrap.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/db_wrap.c
===================================================================
--- branches/SAMBA_4_0/source/lib/db_wrap.c	2006-05-04 13:04:22 UTC (rev 15432)
+++ branches/SAMBA_4_0/source/lib/db_wrap.c	2006-05-04 13:06:08 UTC (rev 15433)
@@ -68,6 +68,8 @@
 /*
   wrapped connection to a ldb database
   to close just talloc_free() the returned ldb_context
+
+  TODO:  We need an error_string parameter
  */
 struct ldb_context *ldb_wrap_connect(TALLOC_CTX *mem_ctx,
 				     const char *url,



More information about the samba-cvs mailing list