summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-18 12:47:33 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-18 15:00:38 +1000
commit7d90b5960229f8ddd2aeb64fcf0834a3ad461acf (patch)
tree89dd724f5eda12a9091a45495f4c53165cbd008b /source4
parent5e26f65f790227a8767635c55df7b425daf019e7 (diff)
downloadsamba-7d90b5960229f8ddd2aeb64fcf0834a3ad461acf.tar.gz
samba-7d90b5960229f8ddd2aeb64fcf0834a3ad461acf.tar.bz2
samba-7d90b5960229f8ddd2aeb64fcf0834a3ad461acf.zip
ldb: mark the tdb backend in ldb as _PRIVATE_
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/ldb_tdb/ldb_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.c b/source4/lib/ldb/ldb_tdb/ldb_tdb.c
index cf625385cb..8ff64797b4 100644
--- a/source4/lib/ldb/ldb_tdb/ldb_tdb.c
+++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.c
@@ -1476,7 +1476,7 @@ static int ltdb_connect(struct ldb_context *ldb, const char *url,
return LDB_SUCCESS;
}
-const struct ldb_backend_ops ldb_tdb_backend_ops = {
+_PRIVATE_ const struct ldb_backend_ops ldb_tdb_backend_ops = {
.name = "tdb",
.connect_fn = ltdb_connect,
};