commit 402a8b42d127a061f690dff026b31d3a7f38011c parent feec78dd56f261dac02899c2dc96019d95f94d13 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 20 Jun 2018 23:03:08 +0200 explicit zeroing. Diffstat:
| M | src/exchange-lib/testing_api_cmd_deposit.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);