mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
Re-Add the "dropbox" functionality with -wx rights on a directory
This commit is contained in:
parent
2be289c68d
commit
590a3afc8a
@ -524,12 +524,12 @@ NTSTATUS unix_convert(TALLOC_CTX *ctx,
|
||||
errno == ELOOP) {
|
||||
result =
|
||||
NT_STATUS_OBJECT_PATH_NOT_FOUND;
|
||||
}
|
||||
else {
|
||||
goto fail;
|
||||
} else if (errno != EACCES) {
|
||||
result =
|
||||
map_nt_error_from_unix(errno);
|
||||
goto fail;
|
||||
}
|
||||
goto fail;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user