From b638abf70a3c9b2815344454946c0931295551be Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 30 Nov 2011 18:51:27 +0100 Subject: 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 Autobuild-Date: Wed Nov 30 21:46:09 CET 2011 on sn-devel-104 --- source3/modules/vfs_commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/modules/vfs_commit.c b/source3/modules/vfs_commit.c index 8bd8181b13..af1f98b20f 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( -- cgit