aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_upgrade.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_upgrade.c')
-rw-r--r--src/microhttpd/test_upgrade.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/test_upgrade.c b/src/microhttpd/test_upgrade.c
index fd9c2537..84585196 100644
--- a/src/microhttpd/test_upgrade.c
+++ b/src/microhttpd/test_upgrade.c
@@ -298,7 +298,8 @@ wr_connect (struct wr_socket *s,
298 * it require processing on MHD side and 298 * it require processing on MHD side and
299 * when testing with "external" polling, 299 * when testing with "external" polling,
300 * test will call MHD processing only 300 * test will call MHD processing only
301 * after return from wr_connect(). */s->tls_connected = 0; 301 * after return from wr_connect(). */
302 s->tls_connected = 0;
302 return 0; 303 return 0;
303 } 304 }
304#endif /* HTTPS_SUPPORT */ 305#endif /* HTTPS_SUPPORT */