1
0
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:
Volker Lendecke 2009-05-13 15:46:35 +02:00 committed by Jeremy Allison
parent 2be289c68d
commit 590a3afc8a

View File

@ -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;
}
/*