[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-402-gd237022

Jeremy Allison jra at samba.org
Thu Sep 17 11:04:51 MDT 2009


The branch, master has been updated
       via  d237022f91997e11c73ba49438499e5431b00443 (commit)
      from  9e5488d399711ce744e764d40c64af777c3d3292 (commit)

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


- Log -----------------------------------------------------------------
commit d237022f91997e11c73ba49438499e5431b00443
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Sep 17 10:04:19 2009 -0700

    void functions can't return a value. Found by the Solaris compiler.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_set_hwm.c b/source3/winbindd/winbindd_set_hwm.c
index e648ee5..4446ae2 100644
--- a/source3/winbindd/winbindd_set_hwm.c
+++ b/source3/winbindd/winbindd_set_hwm.c
@@ -85,7 +85,7 @@ static void winbindd_set_hwm_done(struct tevent_req *subreq)
 		tevent_req_nterror(req, result);
 		return;
 	}
-	return tevent_req_done(req);
+	tevent_req_done(req);
 }
 
 NTSTATUS winbindd_set_hwm_recv(struct tevent_req *req,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list