gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix keyup timetravel (#6523)


From: gnunet
Subject: [taler-exchange] branch master updated: fix keyup timetravel (#6523)
Date: Mon, 24 Aug 2020 22:20:04 +0200

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 ce266ce8 fix keyup timetravel (#6523)
ce266ce8 is described below

commit ce266ce8f2333d5c30672cf56c3d2e92ef20a851
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Aug 24 22:19:54 2020 +0200

    fix keyup timetravel (#6523)
---
 contrib/gana                              | 2 +-
 src/exchange-tools/taler-exchange-keyup.c | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/gana b/contrib/gana
index 96424c79..bc9def46 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 96424c79601ad72f443a7c06a909af19b5bce85f
+Subproject commit bc9def4616494c85af54418bb11193c42f087634
diff --git a/src/exchange-tools/taler-exchange-keyup.c 
b/src/exchange-tools/taler-exchange-keyup.c
index 27a5f3cc..074499ae 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -1283,6 +1283,11 @@ run (void *cls,
     /* The user gave "--now", use it! */
     now = now_tmp;
   }
+  else
+  {
+    /* get current time again, we may be timetraveling! */
+    now = GNUNET_TIME_absolute_get ();
+  }
   GNUNET_TIME_round_abs (&now);
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_time (kcfg,

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