diff options
Diffstat (limited to 'xlators/cluster/afr/src/afr-open.c')
| -rw-r--r-- | xlators/cluster/afr/src/afr-open.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/afr/src/afr-open.c b/xlators/cluster/afr/src/afr-open.c index de125296bb3..3057deed604 100644 --- a/xlators/cluster/afr/src/afr-open.c +++ b/xlators/cluster/afr/src/afr-open.c @@ -120,7 +120,7 @@ afr_open_continue (call_frame_t *frame, xlator_t *this, int err)          priv   = this->private;          if (err) { -                AFR_STACK_UNWIND (open, frame, -1, -err, NULL, NULL); +                AFR_STACK_UNWIND (open, frame, -1, err, NULL, NULL);          } else {                  local->call_count = AFR_COUNT (local->child_up,                                                 priv->child_count);  | 
