summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-05 21:57:39 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:44:23 +0100
commit61b5dce0e617c3f1f7f30829f3a70b4a20237110 (patch)
tree3842357264ec7066d9a3aed1ce0bbc97155db6fb /source4/lib/ldb/common
parentf017f871078fd2219766ea061468268acb92140c (diff)
downloadsamba-61b5dce0e617c3f1f7f30829f3a70b4a20237110.tar.gz
samba-61b5dce0e617c3f1f7f30829f3a70b4a20237110.tar.bz2
samba-61b5dce0e617c3f1f7f30829f3a70b4a20237110.zip
r25843: Finish check-soloading.
(This used to be commit 4fd3770f0c3f9a3e586f1a03a759dab782e04ba7)
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r--source4/lib/ldb/common/ldb.c2
1 files changed, 1 insertions, 1 deletions
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;