1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

ldb: mark the tdb backend in ldb as _PRIVATE_

This commit is contained in:
Andrew Tridgell 2010-04-18 12:47:33 +10:00
parent 5e26f65f79
commit 7d90b59602

View File

@ -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,
};