#3727 is no problem, code was fine

This commit is contained in:
Christian Grothoff 2015-03-29 13:26:28 +02:00
parent 98cbd77432
commit 2d55a7bb61

View File

@ -414,9 +414,6 @@ get_anchor (const char *dir,
return;
}
/* FIXME: this check is a bit dubious, as 'now'
may be way into the future if we want to generate
many keys... #3727*/
if ((GNUNET_TIME_absolute_add (*anchor,
duration)).abs_value_us < now.abs_value_us)
{