gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -FTBFS


From: gnunet
Subject: [taler-exchange] branch master updated: -FTBFS
Date: Sat, 05 Feb 2022 20:40:42 +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 718ad399 -FTBFS
718ad399 is described below

commit 718ad3996f00a9aee3302c5920f6ea7d0b3a36a6
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Feb 5 20:40:39 2022 +0100

    -FTBFS
---
 src/lib/exchange_api_csr.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/lib/exchange_api_csr.c b/src/lib/exchange_api_csr.c
index 1716bbb5..542931b4 100644
--- a/src/lib/exchange_api_csr.c
+++ b/src/lib/exchange_api_csr.c
@@ -1,6 +1,6 @@
 /*
   This file is part of TALER
-  Copyright (C) 2014-2021 Taler Systems SA
+  Copyright (C) 2014-2022 Taler Systems SA
 
   TALER is free software; you can redistribute it and/or modify it under the
   terms of the GNU General Public License as published by the Free Software
@@ -93,7 +93,7 @@ csr_ok (struct TALER_EXCHANGE_CsRHandle *csrh,
   unsigned int alen = json_array_size (arr);
   struct TALER_ExchangeWithdrawValues alg_values[GNUNET_NZL (alen)];
   struct TALER_EXCHANGE_CsRResponse csrr = {
-    .hr = hr,
+    .hr = *hr,
     .details.success.arg_values_len = alen,
     .details.success.alg_values = alg_values
   };
@@ -260,7 +260,7 @@ TALER_EXCHANGE_csr (struct TALER_EXCHANGE_Handle *exchange,
 
     csr_obj = GNUNET_JSON_PACK (
       GNUNET_JSON_pack_data_varsize ("nonce",
-                                     nk->nonce,
+                                     &nk->nonce,
                                      sizeof(struct TALER_CsNonce)),
       GNUNET_JSON_pack_data_varsize ("denom_pub_hash",
                                      &nk->pk->h_key,
@@ -284,8 +284,8 @@ TALER_EXCHANGE_csr (struct TALER_EXCHANGE_Handle *exchange,
     json_t *req;
 
     req = GNUNET_JSON_PACK (
-      GNUNET_JSON_pack_data_json ("nks",
-                                  csr_arr));
+      GNUNET_JSON_pack_array_steal ("nks",
+                                    csr_arr));
     ctx = TEAH_handle_to_context (exchange);
     eh = TALER_EXCHANGE_curl_easy_get_ (csrh->url);
     if ( (NULL == eh) ||

-- 
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]