diff options
Diffstat (limited to 'xlators/cluster/stripe/src/stripe.c')
| -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 86cc66f59c1..627e17dca77 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -4470,7 +4470,7 @@ stripe_vgetxattr_cbk (call_frame_t *frame, void *cookie,          local = frame->local;          cky = (long) cookie; -        if (!local->xsel) { +        if (local->xsel[0] == '\0') {                  gf_log (this->name, GF_LOG_ERROR, "Empty xattr in cbk");                  return ret;          }  | 
