fix /keys retry

This commit is contained in:
Christian Grothoff 2018-08-19 17:37:30 +02:00
parent 1f7f187d9e
commit e2ac27fe38
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -846,7 +846,7 @@ keys_completed_cb (void *cls,
exchange->retry_task = GNUNET_SCHEDULER_add_delayed (exchange->retry_delay,
&request_keys,
exchange);
break;
return;
case MHD_HTTP_OK:
if (NULL == resp_obj)
{