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

source3/winbindd/winbindd_remove_mapping.c

index e94f6c28a1c7f37a7c9df2123ddae654d5d5cf66..055694d63c60abcf2db3a8d04df7cbd1481fda1e 100644 (file)
@@ -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,