blob: 55b4ef205620c35885fe213c259780915c22e9f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ao,v 1.1.1.1 2010/02/16 16:24:16 taca Exp $
--- modules/vfs_xattr_tdb.c.orig 2010-01-14 10:12:10.000000000 +0000
+++ modules/vfs_xattr_tdb.c
@@ -576,7 +576,7 @@ static bool xattr_tdb_init(int snum, str
const char *dbname;
dbname = lp_parm_const_string(snum, "xattr_tdb", "file",
- lock_path("xattr.tdb"));
+ state_path("xattr.tdb"));
if (dbname == NULL) {
errno = ENOSYS;
|