summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-12-12 19:28:14 +0100
committerChristian Grothoff <christian@grothoff.org>2017-12-12 19:28:14 +0100
commit2a62f139988f4e5033bd2b823453135dc27c03da (patch)
tree3b4e39732a0399c29a023830ea700c1b8ad3cb90 /src/exchange
parentcf9e5efbfbf9203dfb20e18f76d4a86c97f6eb12 (diff)
downloadexchange-2a62f139988f4e5033bd2b823453135dc27c03da.tar.gz
exchange-2a62f139988f4e5033bd2b823453135dc27c03da.tar.bz2
exchange-2a62f139988f4e5033bd2b823453135dc27c03da.zip
use dual stack for exchange
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd.c2
1 files changed, 1 insertions, 1 deletions
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,