libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 27a95aa100313190eaca1a5018180e731e17b5c8
parent 66c9ad84dbe0dd411c584a3587cf2c080e5e9143
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 18 Aug 2018 11:03:20 +0200

add missing break

Diffstat:
Msrc/microhttpd/daemon.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -2439,6 +2439,7 @@ internal_add_connection (struct MHD_Daemon *daemon, gnutls_credentials_set (connection->tls_session, GNUTLS_CRD_CERTIFICATE, daemon->x509_cred); + break; case GNUTLS_CRD_PSK: gnutls_credentials_set (connection->tls_session, GNUTLS_CRD_PSK,