gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix FTBFS


From: gnunet
Subject: [taler-exchange] branch master updated: -fix FTBFS
Date: Thu, 02 Dec 2021 14:33:24 +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 3a5eb928 -fix FTBFS
3a5eb928 is described below

commit 3a5eb9285c7e9ac72614174fabc7f7b17d3097fa
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Dec 2 14:33:22 2021 +0100

    -fix FTBFS
---
 src/util/taler-exchange-secmod-rsa.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/taler-exchange-secmod-rsa.c 
b/src/util/taler-exchange-secmod-rsa.c
index 54cf3d9a..54d3c9ef 100644
--- a/src/util/taler-exchange-secmod-rsa.c
+++ b/src/util/taler-exchange-secmod-rsa.c
@@ -431,8 +431,8 @@ handle_sign_request (struct TES_Client *client,
     GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                 "Sending RSA signature after %s\n",
                 GNUNET_STRINGS_relative_time_to_string (
-                  GNUENT_TIME_absolute_get_duration (now)),
-                GNUNET_YES);
+                  GNUNET_TIME_absolute_get_duration (now),
+                  GNUNET_YES));
     ret = TES_transmit (client->csock,
                         &sr->header);
     GNUNET_free (sr);

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