diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht-selfheal.c')
-rw-r--r-- | xlators/cluster/dht/src/dht-selfheal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-selfheal.c b/xlators/cluster/dht/src/dht-selfheal.c index 8380535f69b..8cfb1f41f28 100644 --- a/xlators/cluster/dht/src/dht-selfheal.c +++ b/xlators/cluster/dht/src/dht-selfheal.c @@ -413,7 +413,7 @@ dht_selfheal_dir_getafix (call_frame_t *frame, loc_t *loc, ret = 0; } - if (holes || missing || overlaps) { + if (holes || overlaps) { dht_selfheal_layout_new_directory (frame, loc, layout); ret = 0; } |