diff options
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r-- | source4/lib/ldb/common/ldb.c | 2 |
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; |