diff options
| -rw-r--r-- | xlators/cluster/afr/src/afr-self-heal-entry.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heal-entry.c b/xlators/cluster/afr/src/afr-self-heal-entry.c index 2989b2adb..0ca06aaa3 100644 --- a/xlators/cluster/afr/src/afr-self-heal-entry.c +++ b/xlators/cluster/afr/src/afr-self-heal-entry.c @@ -1018,7 +1018,7 @@ afr_sh_entry_impunge_xattrop_cbk (call_frame_t *impunge_frame, void *cookie,                          LOCK (&impunge_frame->lock);                          {                                  impunge_local->op_ret = -1; -                                impunge_local->op_errno = errno; +                                impunge_local->op_errno = op_errno;                          }                          UNLOCK (&impunge_frame->lock);          }  | 
