fix #6190
This commit is contained in:
parent
8148c1e8af
commit
a5460cc84d
@ -1014,13 +1014,10 @@ decode_keys_json (const json_t *resp_obj,
|
|||||||
aix->num_denom_keys,
|
aix->num_denom_keys,
|
||||||
ai.num_denom_keys);
|
ai.num_denom_keys);
|
||||||
|
|
||||||
GNUNET_array_grow (aix->denom_keys,
|
GNUNET_array_concatenate (aix->denom_keys,
|
||||||
aix->num_denom_keys,
|
aix->num_denom_keys,
|
||||||
aix->num_denom_keys + ai.num_denom_keys);
|
ai.denom_keys,
|
||||||
memcpy (&aix->denom_keys[aix->num_denom_keys - ai.num_denom_keys],
|
ai.num_denom_keys);
|
||||||
ai.denom_keys,
|
|
||||||
ai.num_denom_keys * sizeof (struct
|
|
||||||
TALER_EXCHANGE_AuditorDenominationInfo));
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user