[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-401-g9e5488d

Jeremy Allison jra at samba.org
Thu Sep 17 11:03:45 MDT 2009


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

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


- Log -----------------------------------------------------------------
commit 9e5488d399711ce744e764d40c64af777c3d3292
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Sep 17 10:03:14 2009 -0700

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

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_remove_mapping.c b/source3/winbindd/winbindd_remove_mapping.c
index e94f6c2..055694d 100644
--- a/source3/winbindd/winbindd_remove_mapping.c
+++ b/source3/winbindd/winbindd_remove_mapping.c
@@ -96,7 +96,7 @@ static void winbindd_remove_mapping_done(struct tevent_req *subreq)
 		tevent_req_nterror(req, result);
 		return;
 	}
-	return tevent_req_done(req);
+	tevent_req_done(req);
 }
 
 NTSTATUS winbindd_remove_mapping_recv(struct tevent_req *req,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list