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:
parent
5e26f65f79
commit
7d90b59602
@ -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,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user