initialize timestamp to obviously bogus value if /admin/add/incoming failed
This commit is contained in:
parent
1ec2cb59b4
commit
96ccde10c8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user