From 2a62f139988f4e5033bd2b823453135dc27c03da Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 12 Dec 2017 19:28:14 +0100 Subject: use dual stack for exchange --- src/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 index 0dd3f9685..42fe16b22 100644 --- 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, -- cgit v1.2.3