diff options
Diffstat (limited to 'xlators/cluster/dht/src')
| -rw-r--r-- | xlators/cluster/dht/src/dht.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht.c b/xlators/cluster/dht/src/dht.c index bd0258eae..c872674fb 100644 --- a/xlators/cluster/dht/src/dht.c +++ b/xlators/cluster/dht/src/dht.c @@ -357,7 +357,7 @@ init (xlator_t *this)  	        gf_string2boolean (temp_str, &conf->unhashed_sticky_bit);  	} -	conf->use_readdirp = 0; +	conf->use_readdirp = 1;  	if (dict_get_str (this->options, "use-readdirp",                            &temp_str) == 0) {  | 
