set correct options for fakebank, we have been lucky that this didn't show up badly in tests
This commit is contained in:
parent
9a3377766d
commit
86dd5d46dd
@ -1474,9 +1474,7 @@ TALER_FAKEBANK_start (uint16_t port,
|
|||||||
(unsigned int) port);
|
(unsigned int) port);
|
||||||
h->mhd_bank = MHD_start_daemon (MHD_USE_DEBUG
|
h->mhd_bank = MHD_start_daemon (MHD_USE_DEBUG
|
||||||
#if EPOLL_SUPPORT
|
#if EPOLL_SUPPORT
|
||||||
| MHD_USE_EPOLL_INTERNAL_THREAD
|
| MHD_USE_EPOLL
|
||||||
#else
|
|
||||||
| MHD_USE_INTERNAL_POLLING_THREAD
|
|
||||||
#endif
|
#endif
|
||||||
| MHD_USE_DUAL_STACK,
|
| MHD_USE_DUAL_STACK,
|
||||||
port,
|
port,
|
||||||
|
Loading…
Reference in New Issue
Block a user