summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster')
-rw-r--r--xlators/cluster/stripe/src/stripe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/stripe/src/stripe.c b/xlators/cluster/stripe/src/stripe.c
index 02e09efbcd1..1746b2e7216 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;