diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht-layout.c')
-rw-r--r-- | xlators/cluster/dht/src/dht-layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-layout.c b/xlators/cluster/dht/src/dht-layout.c index 4b7b44fc4e1..e43be876a6b 100644 --- a/xlators/cluster/dht/src/dht-layout.c +++ b/xlators/cluster/dht/src/dht-layout.c @@ -51,6 +51,7 @@ dht_layout_new (xlator_t *this, int cnt) goto out; } + layout->type = DHT_HASH_TYPE_DM; layout->cnt = cnt; if (conf) layout->gen = conf->gen; |