summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-syncop.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-syncop.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-syncop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-syncop.c b/xlators/mgmt/glusterd/src/glusterd-syncop.c
index 826a6fe015d..01a88f8e145 100644
--- a/xlators/mgmt/glusterd/src/glusterd-syncop.c
+++ b/xlators/mgmt/glusterd/src/glusterd-syncop.c
@@ -1356,7 +1356,7 @@ stage_done:
peerinfo->state.state != GD_FRIEND_STATE_BEFRIENDED)
continue;
- ret = gd_syncop_mgmt_stage_op (peerinfo, &args,
+ (void) gd_syncop_mgmt_stage_op (peerinfo, &args,
MY_UUID, tmp_uuid,
op, req_dict, op_ctx);
peer_cnt++;
@@ -1487,7 +1487,7 @@ commit_done:
peerinfo->state.state != GD_FRIEND_STATE_BEFRIENDED)
continue;
- ret = gd_syncop_mgmt_commit_op (peerinfo, &args,
+ (void) gd_syncop_mgmt_commit_op (peerinfo, &args,
MY_UUID, tmp_uuid,
op, req_dict, op_ctx);
peer_cnt++;