this fixes the auth_basic_user_file bug introduced in r2589
return NGX_ERROR;
}
- ccv->complex_value->value = *v;
- ccv->complex_value->flushes = NULL;
- ccv->complex_value->lengths = NULL;
- ccv->complex_value->values = NULL;
-
nv = 0;
nc = 0;
ccv->root_prefix = 0;
}
+ ccv->complex_value->value = *v;
+ ccv->complex_value->flushes = NULL;
+ ccv->complex_value->lengths = NULL;
+ ccv->complex_value->values = NULL;
+
if (nv == 0 && nc == 0) {
return NGX_OK;
}