[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Thu Mar 15 16:30:02 MDT 2012


The branch, master has been updated
       via  6589e02 Make reinit_after_fork_pipe_handler code with reads being interrupted by a signal.
      from  148ca9e s3:smbd: call file_close_user() before removing tree connects in conn_close_all()

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


- Log -----------------------------------------------------------------
commit 6589e028072d6777bf64863fa50f663c792eb600
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Mar 15 13:24:57 2012 -0700

    Make reinit_after_fork_pipe_handler code with reads being interrupted by a signal.
    
    Autobuild-User: Jeremy Allison <jra at samba.org>
    Autobuild-Date: Thu Mar 15 23:29:47 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/lib/util.c b/source3/lib/util.c
index fa2cc9f..81d476b 100644
--- a/source3/lib/util.c
+++ b/source3/lib/util.c
@@ -387,7 +387,7 @@ static void reinit_after_fork_pipe_handler(struct tevent_context *ev,
 {
 	char c;
 
-	if (read(reinit_after_fork_pipe[0], &c, 1) != 1) {
+	if (sys_read(reinit_after_fork_pipe[0], &c, 1) != 1) {
 		/*
 		 * we have reached EOF on stdin, which means the
 		 * parent has exited. Shutdown the server


-- 
Samba Shared Repository


More information about the samba-cvs mailing list