gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 106/130: -fix NPE


From: gnunet
Subject: [taler-exchange] 106/130: -fix NPE
Date: Wed, 17 Nov 2021 12:25:54 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit b7f0d636e9ea885422447d11d3c8c6ea33a16f4e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Nov 8 08:54:12 2021 +0100

    -fix NPE
---
 src/testing/testing_api_cmd_withdraw.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testing/testing_api_cmd_withdraw.c 
b/src/testing/testing_api_cmd_withdraw.c
index ecb1a6eb..414e7cea 100644
--- a/src/testing/testing_api_cmd_withdraw.c
+++ b/src/testing/testing_api_cmd_withdraw.c
@@ -358,6 +358,7 @@ withdraw_run (void *cls,
   const struct TALER_EXCHANGE_DenomPublicKey *dpk;
 
   (void) cmd;
+  ws->is = is;
   create_reserve
     = TALER_TESTING_interpreter_lookup_command (
         is,
@@ -378,7 +379,7 @@ withdraw_run (void *cls,
   }
   if (NULL == ws->exchange_url)
     ws->exchange_url
-      = GNUNET_strdup (TALER_EXCHANGE_get_base_url (ws->is->exchange));
+      = GNUNET_strdup (TALER_EXCHANGE_get_base_url (is->exchange));
   ws->reserve_priv = *rp;
   GNUNET_CRYPTO_eddsa_key_get_public (&ws->reserve_priv.eddsa_priv,
                                       &ws->reserve_pub.eddsa_pub);
@@ -411,7 +412,6 @@ withdraw_run (void *cls,
     TALER_planchet_setup_random (&ws->ps);
     ws->ps.coin_priv = *coin_priv;
   }
-  ws->is = is;
   if (NULL == ws->pk)
   {
     dpk = TALER_TESTING_find_pk (TALER_EXCHANGE_get_keys (is->exchange),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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