diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-02-12 12:10:56 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2014-02-13 11:54:13 +0100 |
commit | da481b5906bd4519720c68311dd27f20fbfe536b (patch) | |
tree | 05e0ff88a6e337332bcdd11c869a0ceebf496ec5 /source4/wrepl_server | |
parent | b51cc6ea37caabb027b5302924055fe99745b9da (diff) | |
download | samba-da481b5906bd4519720c68311dd27f20fbfe536b.tar.gz |
s4:wrepl_server: avoid some compiler warnings
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source4/wrepl_server')
-rw-r--r-- | source4/wrepl_server/wrepl_apply_records.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/wrepl_server/wrepl_apply_records.c b/source4/wrepl_server/wrepl_apply_records.c index 47bc0dd9e28..bc8a8200132 100644 --- a/source4/wrepl_server/wrepl_apply_records.c +++ b/source4/wrepl_server/wrepl_apply_records.c @@ -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); } |