From 209edfb807cbe58f929b644989b5374a5aafb85f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 4 May 2006 13:06:08 +0000 Subject: r15433: Add a todo. Andrew Bartlett (This used to be commit 437ce4123761b65edebc9b9432515a62348f360b) --- source4/lib/db_wrap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/lib/db_wrap.c b/source4/lib/db_wrap.c index bed88b3bc6..9ff4301fdb 100644 --- a/source4/lib/db_wrap.c +++ b/source4/lib/db_wrap.c @@ -68,6 +68,8 @@ char *wrap_casefold(void *context, void *mem_ctx, const char *s) /* 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, -- cgit