diff options
| author | Christian Grothoff <christian@grothoff.org> | 2017-12-12 19:28:14 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2017-12-12 19:28:14 +0100 | 
| commit | 2a62f139988f4e5033bd2b823453135dc27c03da (patch) | |
| tree | 3b4e39732a0399c29a023830ea700c1b8ad3cb90 | |
| parent | cf9e5efbfbf9203dfb20e18f76d4a86c97f6eb12 (diff) | |
use dual stack for exchange
| -rw-r--r-- | src/exchange/taler-exchange-httpd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 0dd3f968..42fe16b2 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, | 
