diff options
| -rw-r--r-- | xlators/cluster/stripe/src/stripe.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c index 50815abe588..032b8515e5c 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -4341,7 +4341,7 @@ stripe_getxattr (call_frame_t *frame, xlator_t *this,                  return 0;          } -        if (*priv->vol_uuid) { +        if (name &&(*priv->vol_uuid)) {                  if ((match_uuid_local (name, priv->vol_uuid) == 0)                      && (-1 == frame->root->pid)) {                          local->marker.call_count = priv->child_count;  | 
