aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index 477444919..ef9c7bf62 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -2302,7 +2302,7 @@ lookup_ssl_httpd (const char* domain)
2302 hd->is_ssl = GNUNET_YES; 2302 hd->is_ssl = GNUNET_YES;
2303 hd->domain = GNUNET_strdup (domain); 2303 hd->domain = GNUNET_strdup (domain);
2304 hd->proxy_cert = pgc; 2304 hd->proxy_cert = pgc;
2305 hd->daemon = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_TLS | MHD_USE_NO_LISTEN_SOCKET, 2305 hd->daemon = MHD_start_daemon (MHD_USE_DEBUG | MHD_USE_SSL | MHD_USE_NO_LISTEN_SOCKET,
2306 0, 2306 0,
2307 NULL, NULL, 2307 NULL, NULL,
2308 &create_response, hd, 2308 &create_response, hd,