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 d137e1303e5..b3ca4c2c281 100644 --- a/xlators/cluster/dht/src/dht-selfheal.c +++ b/xlators/cluster/dht/src/dht-selfheal.c @@ -1392,7 +1392,7 @@ dht_selfheal_dir_mkdir_lookup_done (call_frame_t *frame, xlator_t *this)                  if (!dict)                          return -1; -                ret = dict_set_static_bin (dict, "gfid-req", local->gfid, 16); +                ret = dict_set_gfuuid (dict, "gfid-req", local->gfid, true);                  if (ret)                          gf_msg (this->name, GF_LOG_WARNING, 0,                                  DHT_MSG_DICT_SET_FAILED,  | 
