diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-05-04 13:06:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:36 -0500 |
commit | 209edfb807cbe58f929b644989b5374a5aafb85f (patch) | |
tree | e104728d6fd0b33946e3cf682dc8e7d386769910 | |
parent | 2420b38336eafb956187f84c4757cbb9512e5f82 (diff) | |
download | samba-209edfb807cbe58f929b644989b5374a5aafb85f.tar.gz samba-209edfb807cbe58f929b644989b5374a5aafb85f.tar.bz2 samba-209edfb807cbe58f929b644989b5374a5aafb85f.zip |
r15433: Add a todo.
Andrew Bartlett
(This used to be commit 437ce4123761b65edebc9b9432515a62348f360b)
-rw-r--r-- | source4/lib/db_wrap.c | 2 |
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, |