[SCM] Samba Shared Repository - branch v3-5-test updated

Karolin Seeger kseeger at samba.org
Thu Dec 1 13:01:59 MST 2011


The branch, v3-5-test has been updated
       via  8ceed53 s3: Attempt to fix the vfs_commit module
      from  8d8d7a1 Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and from a DACL Reported by David Disseldorp. Fix based on a patch by David.

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


- Log -----------------------------------------------------------------
commit 8ceed5335c447dee08cddc66087d04478f0afd4b
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Nov 30 18:51:27 2011 +0100

    s3: Attempt to fix the vfs_commit module
    
    This bug went in in 2007. I wonder how much this module is actually used....
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Wed Nov 30 21:46:09 CET 2011 on sn-devel-104
    (cherry picked from commit b638abf70a3c9b2815344454946c0931295551be)
    (cherry picked from commit 33a8e161401b889feca19b2bb9222509cf77c37d)
    
    Fix bug #8639 (vfs_commit is broken (.open_fs doesn't return a file descriptor).

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

Summary of changes:
 source3/modules/vfs_commit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/modules/vfs_commit.c b/source3/modules/vfs_commit.c
index 1d09949..d6d5347 100644
--- a/source3/modules/vfs_commit.c
+++ b/source3/modules/vfs_commit.c
@@ -231,7 +231,7 @@ static int commit_open(
 		c->eof = st.st_ex_size;
         }
 
-        return 0;
+        return fd;
 }
 
 static ssize_t commit_write(


-- 
Samba Shared Repository


More information about the samba-cvs mailing list