summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/cluster/dht/src/dht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht.c b/xlators/cluster/dht/src/dht.c
index 21f468b8560..3d595a08219 100644
--- a/xlators/cluster/dht/src/dht.c
+++ b/xlators/cluster/dht/src/dht.c
@@ -103,7 +103,7 @@ init (xlator_t *this)
goto err;
}
- conf->search_unhashed = 0;
+ conf->search_unhashed = 1;
if (dict_get_str (this->options, "lookup-unhashed",
&lookup_unhashed_str) == 0) {