diff options
Diffstat (limited to 'xlators/cluster/dht/src')
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index 02714def38f..29bfd21606b 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -430,7 +430,7 @@ dht_lookup_dir_cbk (call_frame_t *frame, void *cookie, xlator_t *this,                                          op_ret, op_errno, xattr);                  if (op_ret == -1) { -                        local->op_errno = ENOENT; +                        local->op_errno = op_errno;                          gf_log (this->name, GF_LOG_DEBUG,                                  "lookup of %s on %s returned error (%s)",                                  local->loc.path, prev->this->name,  | 
