summaryrefslogtreecommitdiff
path: root/net/samba33/patches/patch-an
blob: 369a66856198f6ecf5537ed38f11f28fd41751d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.1.1.1 2010/02/16 16:24:16 taca Exp $

--- modules/vfs_acl_tdb.c.orig	2010-01-14 10:12:10.000000000 +0000
+++ modules/vfs_acl_tdb.c
@@ -44,7 +44,7 @@ static bool acl_tdb_init(struct db_conte
 		return true;
 	}
 
-	dbname = lock_path("file_ntacls.tdb");
+	dbname = state_path("file_ntacls.tdb");
 
 	if (dbname == NULL) {
 		errno = ENOSYS;