void functions can't return a value. Found by the Solaris compiler.
authorJeremy Allison <jra@samba.org>
Thu, 17 Sep 2009 17:00:31 +0000 (10:00 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 17 Sep 2009 17:00:31 +0000 (10:00 -0700)
Jeremy.

source3/winbindd/winbindd_set_mapping.c

index 970ba7a4e14142d84d8c67cc5dea353ebb6f3d91..8274c1eb10c7189971e4b5bd177ccbae55c0156d 100644 (file)
@@ -96,7 +96,7 @@ static void winbindd_set_mapping_done(struct tevent_req *subreq)
                tevent_req_nterror(req, result);
                return;
        }
-       return tevent_req_done(req);
+       tevent_req_done(req);
 }
 
 NTSTATUS winbindd_set_mapping_recv(struct tevent_req *req,