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 <[email protected]>
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 <[email protected]>
    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

Reply via email to