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 02e09efbc..1746b2e72 100644 --- a/xlators/cluster/stripe/src/stripe.c +++ b/xlators/cluster/stripe/src/stripe.c @@ -3670,7 +3670,7 @@ init (xlator_t *this) goto out; priv->state = CALLOC (count, sizeof (int8_t)); - if (!priv->xl_array) + if (!priv->state) goto out; priv->child_count = count; |