From be4a0d35ac8c55a102e5a938a4b7627e0defd23d Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sun, 17 Oct 2010 10:20:40 +0200 Subject: s4:"wrap_casefold" - move it to "ldb_wrap.c" since it's only used there --- lib/util/util_ldb.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/util/util_ldb.c') diff --git a/lib/util/util_ldb.c b/lib/util/util_ldb.c index 9fd2acef16..5e50fddf1c 100644 --- a/lib/util/util_ldb.c +++ b/lib/util/util_ldb.c @@ -127,8 +127,3 @@ int gendb_add_ldif(struct ldb_context *ldb, const char *ldif_string) return ret; } -char *wrap_casefold(void *context, void *mem_ctx, const char *s, size_t n) -{ - return strupper_talloc_n(mem_ctx, s, n); -} - -- cgit