explicit zeroing.
This commit is contained in:
parent
feec78dd56
commit
402a8b42d1
@ -416,7 +416,7 @@ TALER_TESTING_cmd_deposit
|
|||||||
const char *amount,
|
const char *amount,
|
||||||
unsigned int expected_response_code)
|
unsigned int expected_response_code)
|
||||||
{
|
{
|
||||||
struct TALER_TESTING_Command cmd;
|
struct TALER_TESTING_Command cmd = {0}; /* need explicit zeroing..*/
|
||||||
struct DepositState *ds;
|
struct DepositState *ds;
|
||||||
|
|
||||||
ds = GNUNET_new (struct DepositState);
|
ds = GNUNET_new (struct DepositState);
|
||||||
|
Loading…
Reference in New Issue
Block a user