aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-08-18 11:03:20 +0200
committerChristian Grothoff <christian@grothoff.org>2018-08-18 11:03:20 +0200
commit27a95aa100313190eaca1a5018180e731e17b5c8 (patch)
tree5abc0d8c6cb818538799388575e270c037da602a
parent66c9ad84dbe0dd411c584a3587cf2c080e5e9143 (diff)
downloadlibmicrohttpd-27a95aa100313190eaca1a5018180e731e17b5c8.tar.gz
libmicrohttpd-27a95aa100313190eaca1a5018180e731e17b5c8.zip
add missing break
-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 2cbd90fd..721763dd 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -2439,6 +2439,7 @@ internal_add_connection (struct MHD_Daemon *daemon,
2439 gnutls_credentials_set (connection->tls_session, 2439 gnutls_credentials_set (connection->tls_session,
2440 GNUTLS_CRD_CERTIFICATE, 2440 GNUTLS_CRD_CERTIFICATE,
2441 daemon->x509_cred); 2441 daemon->x509_cred);
2442 break;
2442 case GNUTLS_CRD_PSK: 2443 case GNUTLS_CRD_PSK:
2443 gnutls_credentials_set (connection->tls_session, 2444 gnutls_credentials_set (connection->tls_session,
2444 GNUTLS_CRD_PSK, 2445 GNUTLS_CRD_PSK,