diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_reserves_get.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_reserves_get.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_reserves_get.c b/src/exchange/taler-exchange-httpd_reserves_get.c index 345b1fcdc..04085a0c3 100644 --- a/src/exchange/taler-exchange-httpd_reserves_get.c +++ b/src/exchange/taler-exchange-httpd_reserves_get.c | |||
@@ -246,7 +246,7 @@ TEH_handler_reserves_get (struct TEH_RequestContext *rc, | |||
246 | { | 246 | { |
247 | struct ReserveHistoryContext rsc; | 247 | struct ReserveHistoryContext rsc; |
248 | MHD_RESULT mhd_ret; | 248 | MHD_RESULT mhd_ret; |
249 | struct GNUNET_TIME_Relative timeout; | 249 | struct GNUNET_TIME_Relative timeout = GNUNET_TIME_UNIT_ZERO; |
250 | struct TALER_EXCHANGEDB_EventHandler *eh = NULL; | 250 | struct TALER_EXCHANGEDB_EventHandler *eh = NULL; |
251 | 251 | ||
252 | if (GNUNET_OK != | 252 | if (GNUNET_OK != |