[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Nov 30 13:47:01 MST 2011


The branch, master has been updated
       via  b638abf s3: Attempt to fix the vfs_commit module
      from  456c69f s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0

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


- Log -----------------------------------------------------------------
commit b638abf70a3c9b2815344454946c0931295551be
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

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

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 8bd8181..af1f98b 100644
--- a/source3/modules/vfs_commit.c
+++ b/source3/modules/vfs_commit.c
@@ -235,7 +235,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