summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-05-04 13:06:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:36 -0500
commit209edfb807cbe58f929b644989b5374a5aafb85f (patch)
treee104728d6fd0b33946e3cf682dc8e7d386769910 /source4
parent2420b38336eafb956187f84c4757cbb9512e5f82 (diff)
downloadsamba-209edfb807cbe58f929b644989b5374a5aafb85f.tar.gz
samba-209edfb807cbe58f929b644989b5374a5aafb85f.tar.bz2
samba-209edfb807cbe58f929b644989b5374a5aafb85f.zip
r15433: Add a todo.
Andrew Bartlett (This used to be commit 437ce4123761b65edebc9b9432515a62348f360b)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/db_wrap.c2
1 files changed, 2 insertions, 0 deletions
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,