From ce9dd3365dd70fb360f192dfead552aae539ca3e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 11 Apr 2016 19:54:54 +0200 Subject: implement signing of /wire/deposit replies (#4135) --- src/exchange/taler-exchange-httpd_db.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/exchange/taler-exchange-httpd_db.c') diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c index 1d9e79daa..f63334bfd 100644 --- a/src/exchange/taler-exchange-httpd_db.c +++ b/src/exchange/taler-exchange-httpd_db.c @@ -1718,6 +1718,8 @@ TMH_DB_execute_wire_deposits (struct MHD_Connection *connection, return TMH_RESPONSE_reply_internal_db_error (connection); } ctx.is_valid = GNUNET_NO; + ctx.wdd_head = NULL; + ctx.wdd_tail = NULL; ret = TMH_plugin->lookup_wire_transfer (TMH_plugin->cls, session, wtid, -- cgit v1.2.3