From 61b5dce0e617c3f1f7f30829f3a70b4a20237110 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 5 Nov 2007 21:57:39 +0100 Subject: r25843: Finish check-soloading. (This used to be commit 4fd3770f0c3f9a3e586f1a03a759dab782e04ba7) --- source4/lib/ldb/common/ldb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/common') diff --git a/source4/lib/ldb/common/ldb.c b/source4/lib/ldb/common/ldb.c index eb8ff62a0d..25d273f8e9 100644 --- a/source4/lib/ldb/common/ldb.c +++ b/source4/lib/ldb/common/ldb.c @@ -56,7 +56,7 @@ struct ldb_context *ldb_init(void *mem_ctx) return ldb; } -static struct ldb_backend { +struct ldb_backend { const char *name; ldb_connect_fn connect_fn; struct ldb_backend *prev, *next; -- cgit