[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1252-g7b0af7c

Michael Adam obnox at samba.org
Thu Jan 10 13:19:41 GMT 2008


The branch, v3-2-test has been updated
       via  7b0af7cdc97d4bbcbd73a9474871217511b92c3a (commit)
      from  b2e7cdc6e899ca3c16edbb6c8786ff9aa999fa6e (commit)

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


- Log -----------------------------------------------------------------
commit 7b0af7cdc97d4bbcbd73a9474871217511b92c3a
Author: Michael Adam <obnox at samba.org>
Date:   Thu Jan 10 14:18:46 2008 +0100

    Fix a really silly typo.
    
    Michael

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

Summary of changes:
 source/lib/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/util.c b/source/lib/util.c
index 3509294..d635078 100644
--- a/source/lib/util.c
+++ b/source/lib/util.c
@@ -968,7 +968,7 @@ static ssize_t sys_write_fn(void *file, void *buf, size_t len)
 {
 	int *fd = (int *)file;
 
-	return sys_read(*fd, buf, len);
+	return sys_write(*fd, buf, len);
 }
 
 SMB_OFF_T transfer_file(int infd,int outfd,SMB_OFF_T n)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list