summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_xattr_tdb.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-01-25 20:52:20 +0100
committerVolker Lendecke <vl@samba.org>2008-01-25 20:53:21 +0100
commit0b10c67c0c2b2bf3ea1f55eff092739e435433c1 (patch)
tree159fcc71ebbb86e0f4401ad573f6d064e8d828cb /source3/modules/vfs_xattr_tdb.c
parent235deb1b66ccfb4a264010e8ffe11a3a3682ac0d (diff)
downloadsamba-0b10c67c0c2b2bf3ea1f55eff092739e435433c1.tar.gz
samba-0b10c67c0c2b2bf3ea1f55eff092739e435433c1.tar.bz2
samba-0b10c67c0c2b2bf3ea1f55eff092739e435433c1.zip
Attempt to fix the build on OpenBSD
Thanks to metze for pointing this out (This used to be commit c94c04e3e6f6ae243a55534a76654755bff55651)
Diffstat (limited to 'source3/modules/vfs_xattr_tdb.c')
-rw-r--r--source3/modules/vfs_xattr_tdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_xattr_tdb.c b/source3/modules/vfs_xattr_tdb.c
index 208066bedc..171022b01b 100644
--- a/source3/modules/vfs_xattr_tdb.c
+++ b/source3/modules/vfs_xattr_tdb.c
@@ -579,7 +579,7 @@ static bool xattr_tdb_init(int snum, struct db_context **p_db)
lock_path("xattr.tdb"));
if (dbname == NULL) {
- errno = ENOTSUP;
+ errno = ENOSYS;
return false;
}