mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4:wrepl_server: avoid some compiler warnings
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
parent
b51cc6ea37
commit
da481b5906
@ -903,6 +903,7 @@ static void r_do_late_release_demand_handler(struct tevent_req *subreq)
|
||||
TALLOC_FREE(subreq);
|
||||
|
||||
/* don't care about the result */
|
||||
(void)status;
|
||||
talloc_free(state);
|
||||
}
|
||||
|
||||
@ -1100,6 +1101,7 @@ static void r_do_release_demand_handler(struct tevent_req *subreq)
|
||||
TALLOC_FREE(subreq);
|
||||
|
||||
/* don't care about the result */
|
||||
(void)status;
|
||||
talloc_free(state);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user