fix keyup timetravel (#6523)
This commit is contained in:
parent
35f7415f7e
commit
ce266ce8f2
@ -1 +1 @@
|
||||
Subproject commit 96424c79601ad72f443a7c06a909af19b5bce85f
|
||||
Subproject commit bc9def4616494c85af54418bb11193c42f087634
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user