summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-store.c b/xlators/mgmt/glusterd/src/glusterd-store.c
index 8ddcc8a9aae..af5044fb992 100644
--- a/xlators/mgmt/glusterd/src/glusterd-store.c
+++ b/xlators/mgmt/glusterd/src/glusterd-store.c
@@ -3296,7 +3296,7 @@ glusterd_store_retrieve_options (xlator_t *this)
goto out;
ret = 0;
out:
- gf_store_iter_destroy (iter);
+ (void) gf_store_iter_destroy (iter);
gf_store_handle_destroy (shandle);
return ret;
}