summaryrefslogtreecommitdiff
path: root/source4/lib/db_wrap.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-02-04 18:30:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:47 -0500
commit76036d37b42d0c77e57b288af410b931c51fea81 (patch)
treef9d91c33b4abba69d3862c7b0f1d3d8762b17eee /source4/lib/db_wrap.c
parent18a0ece2cc3ffb8590a499446970f75d954f18cf (diff)
downloadsamba-76036d37b42d0c77e57b288af410b931c51fea81.tar.gz
samba-76036d37b42d0c77e57b288af410b931c51fea81.tar.bz2
samba-76036d37b42d0c77e57b288af410b931c51fea81.zip
r13349: In the end I could not use ldb_caseless_cmp
in attrib_handler.c functions remove it again Simo (This used to be commit 513ff499071e6cb5e608a82430718021f72997bd)
Diffstat (limited to 'source4/lib/db_wrap.c')
-rw-r--r--source4/lib/db_wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/db_wrap.c b/source4/lib/db_wrap.c
index 8524f0da10..5f4251bb92 100644
--- a/source4/lib/db_wrap.c
+++ b/source4/lib/db_wrap.c
@@ -133,7 +133,7 @@ struct ldb_context *ldb_wrap_connect(TALLOC_CTX *mem_ctx,
ldb_set_debug(ldb, ldb_wrap_debug, NULL);
- ldb_set_utf8_fns(ldb, NULL, wrap_caseless_cmp, wrap_casefold);
+ ldb_set_utf8_fns(ldb, NULL, wrap_casefold);
return ldb;
}