fix more VLAs
This commit is contained in:
parent
c014acf3c4
commit
09f09a2104
@ -196,7 +196,7 @@ parse_decision_ok (struct TALER_EXCHANGE_LookupAmlDecision *lh,
|
|||||||
struct TALER_EXCHANGE_AmlDecisionDetail aml_history_ar[
|
struct TALER_EXCHANGE_AmlDecisionDetail aml_history_ar[
|
||||||
GNUNET_NZL (lr.details.ok.aml_history_length)];
|
GNUNET_NZL (lr.details.ok.aml_history_length)];
|
||||||
struct TALER_EXCHANGE_KycHistoryDetail kyc_attributes_ar[
|
struct TALER_EXCHANGE_KycHistoryDetail kyc_attributes_ar[
|
||||||
lr.details.ok.kyc_attributes_length];
|
GNUNET_NZL (lr.details.ok.kyc_attributes_length)];
|
||||||
enum GNUNET_GenericReturnValue ret = GNUNET_SYSERR;
|
enum GNUNET_GenericReturnValue ret = GNUNET_SYSERR;
|
||||||
|
|
||||||
lr.details.ok.aml_history = aml_history_ar;
|
lr.details.ok.aml_history = aml_history_ar;
|
||||||
|
@ -1239,9 +1239,11 @@ melt_traits (void *cls,
|
|||||||
TALER_TESTING_make_trait_h_age_commitment (
|
TALER_TESTING_make_trait_h_age_commitment (
|
||||||
index,
|
index,
|
||||||
rms->refresh_data.melt_h_age_commitment),
|
rms->refresh_data.melt_h_age_commitment),
|
||||||
TALER_TESTING_make_trait_exchange_wd_value (index,
|
|
||||||
&rms->mbds[index].alg_value),
|
|
||||||
TALER_TESTING_make_trait_refresh_secret (&rms->rms),
|
TALER_TESTING_make_trait_refresh_secret (&rms->rms),
|
||||||
|
(NULL != rms->mbds)
|
||||||
|
? TALER_TESTING_make_trait_exchange_wd_value (index,
|
||||||
|
&rms->mbds[index].alg_value)
|
||||||
|
: TALER_TESTING_trait_end (),
|
||||||
TALER_TESTING_trait_end ()
|
TALER_TESTING_trait_end ()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user