mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
Attempt to fix the build on OpenBSD
Thanks to metze for pointing this out
This commit is contained in:
parent
f53658a20d
commit
c94c04e3e6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user