summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}