From f130d86c6c407da47f34b0bf202844e5629a6613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Fri, 15 Sep 2023 13:32:18 +0200 Subject: 0.0.25 --- src/hp.html | 2 +- src/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/hp.html b/src/hp.html index 09bd680..b0f165d 100644 --- a/src/hp.html +++ b/src/hp.html @@ -27,7 +27,7 @@ %s

- sear.c + sear.c

diff --git a/src/main.c b/src/main.c index 5a30742..fdab429 100644 --- a/src/main.c +++ b/src/main.c @@ -95,7 +95,7 @@ int main (int argc, char ** argv) { goto rc; } xmlInitParser(); - d = MHD_start_daemon(MHD_USE_THREAD_PER_CONNECTION, SC_HTTP_PORT, NULL, NULL, &sc_httpd, c, MHD_OPTION_END); + d = MHD_start_daemon(MHD_USE_THREAD_PER_CONNECTION | MHD_USE_DUAL_STACK, SC_HTTP_PORT, NULL, NULL, &sc_httpd, c, MHD_OPTION_END); if (!d) { rs = 2; goto rc; -- cgit v1.2.3