gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix rc


From: gnunet
Subject: [taler-exchange] branch master updated: fix rc
Date: Sun, 12 Apr 2020 15:29:33 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 15099429 fix rc
15099429 is described below

commit 15099429c3228edd586fbd572e33d3b6dd794f99
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Apr 12 15:26:55 2020 +0200

    fix rc
---
 src/lib/exchange_api_refreshes_reveal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_refreshes_reveal.c 
b/src/lib/exchange_api_refreshes_reveal.c
index 4ef2e3d0..8e84a6b8 100644
--- a/src/lib/exchange_api_refreshes_reveal.c
+++ b/src/lib/exchange_api_refreshes_reveal.c
@@ -204,7 +204,7 @@ handle_refresh_reveal_finished (void *cls,
   const json_t *j = response;
   struct TALER_EXCHANGE_HttpResponse hr = {
     .reply = j,
-    .http_status = MHD_HTTP_OK
+    .http_status = response_code
   };
 
   rrh->job = NULL;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]