initialize timestamp to obviously bogus value if /admin/add/incoming failed

This commit is contained in:
Christian Grothoff 2019-06-03 11:30:39 +02:00
parent 1ec2cb59b4
commit 96ccde10c8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -81,6 +81,7 @@ handle_admin_add_incoming_finished (void *cls,
const json_t *j = response;
aai->job = NULL;
timestamp = GNUNET_TIME_UNIT_FOREVER_ABS;
switch (response_code)
{
case 0: