aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/plugin_transport_http_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index 1a2f5d21a..5088f2e77 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -2200,7 +2200,7 @@ run_mhd_start_daemon (struct HTTP_Server_Plugin *plugin,
2200 MHD_USE_DEBUG | 2200 MHD_USE_DEBUG |
2201#endif 2201#endif
2202#if BUILD_HTTPS 2202#if BUILD_HTTPS
2203 MHD_USE_TLS | 2203 MHD_USE_SSL |
2204#endif 2204#endif
2205 MHD_USE_SUSPEND_RESUME | 2205 MHD_USE_SUSPEND_RESUME |
2206 v6, 2206 v6,