gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: bugfixes


From: gnunet
Subject: [taler-exchange] branch master updated: bugfixes
Date: Mon, 20 Jan 2020 01:31:26 +0100

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 859337ea bugfixes
859337ea is described below

commit 859337eabba5762ab6dd5e9a77ab50f189a0711d
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jan 20 01:31:24 2020 +0100

    bugfixes
---
 src/exchange/taler-exchange-httpd_keystate.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/exchange/taler-exchange-httpd_keystate.c 
b/src/exchange/taler-exchange-httpd_keystate.c
index 6554d3f2..a0472d50 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -2289,8 +2289,11 @@ TEH_KS_init (void)
   /* no need to lock here, as we are still single-threaded */
   internal_key_state = make_fresh_key_state (GNUNET_TIME_absolute_get ());
   if (NULL == internal_key_state)
+  {
     GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                 "Failed to setup initial key state. This exchange cannot 
work.\n");
+    return;
+  }
   internal_key_state->refcnt = 1;
 }
 

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



reply via email to

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