gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix segfault.


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix segfault.
Date: Mon, 19 Mar 2018 18:48:07 +0100

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

marcello pushed a commit to branch master
in repository exchange.

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

commit e364aa76e1325db339c3ecfab3a3d7155c4c911f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 19 18:47:52 2018 +0100

    fix segfault.
---
 src/exchange-lib/testing_api_loop.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/exchange-lib/testing_api_loop.c 
b/src/exchange-lib/testing_api_loop.c
index e179c20..592843b 100644
--- a/src/exchange-lib/testing_api_loop.c
+++ b/src/exchange-lib/testing_api_loop.c
@@ -475,10 +475,10 @@ cert_cb (void *cls,
                 "Got NULL response for /keys\n");
   
   }
-
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-              "Got %d DK from /keys\n",
-              keys->num_denom_keys);
+  else
+    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+                "Got %d DK from /keys\n",
+                keys->num_denom_keys);
 
   main_ctx->is->key_generation++;
   main_ctx->is->keys = keys;

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



reply via email to

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