diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/exchange-lib/testing_api_cmd_deposit.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/testing_api_cmd_deposit.c b/src/exchange-lib/testing_api_cmd_deposit.c index e8bcf028..d5c0542a 100644 --- a/src/exchange-lib/testing_api_cmd_deposit.c +++ b/src/exchange-lib/testing_api_cmd_deposit.c @@ -416,7 +416,7 @@ TALER_TESTING_cmd_deposit     const char *amount,     unsigned int expected_response_code)  { -  struct TALER_TESTING_Command cmd; +  struct TALER_TESTING_Command cmd = {0}; /* need explicit zeroing..*/    struct DepositState *ds;    ds = GNUNET_new (struct DepositState);  | 
