diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-22 11:52:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-22 11:52:35 +0200 |
commit | afa75e093a086e93de2284bd2189eceed6a3a09f (patch) | |
tree | ff46e6b72ac95e792e4f71d8027e33ad811fdab1 | |
parent | 7c0680706ad9404115902a3b99ba827204ff5d02 (diff) | |
download | exchange-afa75e093a086e93de2284bd2189eceed6a3a09f.tar.gz exchange-afa75e093a086e93de2284bd2189eceed6a3a09f.zip |
-init timeout
-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 != |