exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 4c628aba80a28c71881baa149883d1028ee77a65
parent 4599fc2d5e5fc5f499afdc4f406d6c5bb3bb8c96
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 24 Nov 2021 00:19:49 +0100

ftbfs

Diffstat:
Msrc/bank-lib/fakebank.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c @@ -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"); }