[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-299-g99f021d

Volker Lendecke vlendec at samba.org
Sat Jan 31 23:07:57 GMT 2009


The branch, master has been updated
       via  99f021d0ef5f1e8e7793c28f1c5ed03912218142 (commit)
      from  fa7ddc78b8da8265096b1cc45471e1c7c96ac994 (commit)

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


- Log -----------------------------------------------------------------
commit 99f021d0ef5f1e8e7793c28f1c5ed03912218142
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Feb 1 00:07:16 2009 +0100

    Fix the build on Solaris CC

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

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


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c
index 0a4d94f..90fa49f 100644
--- a/source3/rpc_server/srv_pipe_hnd.c
+++ b/source3/rpc_server/srv_pipe_hnd.c
@@ -1184,7 +1184,7 @@ static void np_write_done(struct async_req *subreq)
 		async_req_error(req, status);
 		return;
 	}
-	return async_req_done(req);
+	async_req_done(req);
 }
 
 NTSTATUS np_write_recv(struct async_req *req, ssize_t *pnwritten)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list