diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-24 00:19:49 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-24 00:19:49 +0100 |
commit | 4c628aba80a28c71881baa149883d1028ee77a65 (patch) | |
tree | ea944685e98a3f939a0a2744b620c79482fba9f8 | |
parent | 4599fc2d5e5fc5f499afdc4f406d6c5bb3bb8c96 (diff) |
ftbfs
-rw-r--r-- | src/bank-lib/fakebank.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index 8218ea770..cc3281c08 100644 --- 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"); } |