diff options
| author | Christian Grothoff <christian@grothoff.org> | 2016-04-11 19:54:54 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2016-04-11 19:54:54 +0200 |
| commit | ce9dd3365dd70fb360f192dfead552aae539ca3e (patch) | |
| tree | a2d144bf4a7c97cab7e7511ac6689dd9e93b407a /src/exchange/taler-exchange-httpd_db.c | |
| parent | 3a5902b590686cd3e5a7c8a5d47365f267930168 (diff) | |
implement signing of /wire/deposit replies (#4135)
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_db.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c index 1d9e79da..f63334bf 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, |
