fix keyup timetravel (#6523)

This commit is contained in:
Christian Grothoff 2020-08-24 22:19:54 +02:00
parent 35f7415f7e
commit ce266ce8f2
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 6 additions and 1 deletions

@ -1 +1 @@
Subproject commit 96424c79601ad72f443a7c06a909af19b5bce85f
Subproject commit bc9def4616494c85af54418bb11193c42f087634

View File

@ -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,