exchange

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

commit 2a62f139988f4e5033bd2b823453135dc27c03da
parent cf9e5efbfbf9203dfb20e18f76d4a86c97f6eb12
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 12 Dec 2017 19:28:14 +0100

use dual stack for exchange

Diffstat:
Msrc/exchange/taler-exchange-httpd.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c @@ -1093,7 +1093,7 @@ main (int argc, } mhd - = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_PIPE_FOR_SHUTDOWN | MHD_USE_DEBUG, + = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_PIPE_FOR_SHUTDOWN | MHD_USE_DEBUG | MHD_USE_DUAL_STACK, (-1 == fh) ? serve_port : 0, NULL, NULL, &handle_mhd_request, NULL,