This commit is contained in:
Christian Grothoff 2021-12-08 14:53:20 +01:00
parent 5d765a294a
commit 2e6e2387b8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1152,6 +1152,9 @@ keys_completed_cb (void *cls,
switch (response_code)
{
case 0:
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Failed to receive /keys response from exchange %s\n",
exchange->url);
free_keys_request (kr);
exchange->keys_error_count++;
exchange->kr = NULL;