diff options
Diffstat (limited to 'source3/modules/vfs_acl_tdb.c')
-rw-r--r-- | source3/modules/vfs_acl_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_acl_tdb.c b/source3/modules/vfs_acl_tdb.c index 3d140e34c2..a7969814bf 100644 --- a/source3/modules/vfs_acl_tdb.c +++ b/source3/modules/vfs_acl_tdb.c @@ -44,7 +44,7 @@ static bool acl_tdb_init(struct db_context **pp_db) return true; } - dbname = lock_path("file_ntacls.tdb"); + dbname = state_path("file_ntacls.tdb"); if (dbname == NULL) { errno = ENOSYS; |