[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1101-g78aecba

Jeremy Allison jra at samba.org
Fri May 29 23:59:06 GMT 2009


The branch, v3-4-test has been updated
       via  78aecba62195822f3edb6134548657cf7ba9037c (commit)
      from  a8868d7fbf51e4706a7d2ee44a9066a8e1efcb4a (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit 78aecba62195822f3edb6134548657cf7ba9037c
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 0d5529b..dcee5a7 100644
--- a/source3/smbd/filename.c
+++ b/source3/smbd/filename.c
@@ -501,12 +501,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