[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1912-g590a3af

Jeremy Allison jra at samba.org
Fri May 29 23:58:25 GMT 2009


The branch, master has been updated
       via  590a3afc8a22658075235b5b5eb30e977999b3a8 (commit)
      from  2be289c68da3a200dbeda2b8c00e74e4d8318693 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 590a3afc8a22658075235b5b5eb30e977999b3a8
Author: Volker Lendecke <vl at samba.org>
Date:   Wed May 13 15:46:35 2009 +0200

    Re-Add the "dropbox" functionality with -wx rights on a directory

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/filename.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c
index 72b4ab7..bcd8560 100644
--- a/source3/smbd/filename.c
+++ b/source3/smbd/filename.c
@@ -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;
 				}
 
 				/*


-- 
Samba Shared Repository


More information about the samba-cvs mailing list