gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: set correct options for fakebank


From: gnunet
Subject: [taler-exchange] branch master updated: set correct options for fakebank, we have been lucky that this didn't show up badly in tests
Date: Wed, 02 Dec 2020 20:27:44 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 86dd5d46 set correct options for fakebank, we have been lucky that 
this didn't show up badly in tests
86dd5d46 is described below

commit 86dd5d46dd0afc50e16515f968997865c62b0482
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Dec 2 20:27:42 2020 +0100

    set correct options for fakebank, we have been lucky that this didn't show 
up badly in tests
---
 src/bank-lib/fakebank.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 990052e8..88fb2279 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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]