aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index b18885f0..ed4cd5ca 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2563,6 +2563,7 @@ new_connection_prepare_ (struct MHD_Daemon *daemon,
2563 "Failed to setup TLS credentials: unknown credential type %d.\n"), 2563 "Failed to setup TLS credentials: unknown credential type %d.\n"),
2564 daemon->cred_type); 2564 daemon->cred_type);
2565#endif 2565#endif
2566 gnutls_deinit (connection->tls_session);
2566 MHD_socket_close_chk_ (client_socket); 2567 MHD_socket_close_chk_ (client_socket);
2567 MHD_ip_limit_del (daemon, 2568 MHD_ip_limit_del (daemon,
2568 addr, 2569 addr,