This commit is contained in:
Christian Grothoff 2021-11-24 00:19:49 +01:00
parent 4599fc2d5e
commit 4c628aba80
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -548,7 +548,7 @@ lp_expiration_thread (void *cls)
timeout_ms);
if (-1 == ret)
{
if (EINTR != epoll)
if (EINTR != errno)
GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING,
"poll");
}