gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix typo in last commit: s/dh/es


From: gnunet
Subject: [taler-exchange] branch master updated: fix typo in last commit: s/dh/esh/ (three instances)
Date: Thu, 31 Dec 2020 18:02:52 +0100

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

ttn pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new b7af9423 fix typo in last commit: s/dh/esh/ (three instances)
b7af9423 is described below

commit b7af94231b3eac266d0e216e5d91a2c65c7c680e
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Dec 31 12:00:49 2020 -0500

    fix typo in last commit: s/dh/esh/ (three instances)
    
    * src/util/crypto_helper_esign.c (TALER_CRYPTO_helper_esign_poll): ...here.
---
 src/util/crypto_helper_esign.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/util/crypto_helper_esign.c b/src/util/crypto_helper_esign.c
index ca37c59e..8b2b8216 100644
--- a/src/util/crypto_helper_esign.c
+++ b/src/util/crypto_helper_esign.c
@@ -377,9 +377,9 @@ TALER_CRYPTO_helper_esign_poll (struct 
TALER_CRYPTO_ExchangeSignHelper *esh)
           /* timeout AND not synced => full reconnect */
           GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                       "Restarting connection to EdDSA helper, did not come up 
properly\n");
-          do_disconnect (dh);
-          try_connect (dh);
-          if (-1 == dh->sock)
+          do_disconnect (esh);
+          try_connect (esh);
+          if (-1 == esh->sock)
             return; /* give up */
         }
         continue; /* try again */

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