summaryrefslogtreecommitdiff
path: root/src/bank-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-02 20:27:42 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-02 20:27:42 +0100
commit86dd5d46dd0afc50e16515f968997865c62b0482 (patch)
tree1aaac9f22d1c4f9e3d1d10217d6baeb141977a6a /src/bank-lib
parent9a3377766d1140577e725c9520dedc3e6323798e (diff)
downloadexchange-86dd5d46dd0afc50e16515f968997865c62b0482.tar.gz
exchange-86dd5d46dd0afc50e16515f968997865c62b0482.tar.bz2
exchange-86dd5d46dd0afc50e16515f968997865c62b0482.zip
set correct options for fakebank, we have been lucky that this didn't show up badly in tests
Diffstat (limited to 'src/bank-lib')
-rw-r--r--src/bank-lib/fakebank.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 990052e88..88fb22793 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -1474,9 +1474,7 @@ TALER_FAKEBANK_start (uint16_t port,
(unsigned int) port);
h->mhd_bank = MHD_start_daemon (MHD_USE_DEBUG
#if EPOLL_SUPPORT
- | MHD_USE_EPOLL_INTERNAL_THREAD
-#else
- | MHD_USE_INTERNAL_POLLING_THREAD
+ | MHD_USE_EPOLL
#endif
| MHD_USE_DUAL_STACK,
port,