gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libmicrohttpd] 01/02: add missing break


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/02: add missing break
Date: Sat, 18 Aug 2018 11:22:14 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit 27a95aa100313190eaca1a5018180e731e17b5c8
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Aug 18 11:03:20 2018 +0200

    add missing break
---
 src/microhttpd/daemon.c | 1 +
 1 file changed, 1 insertion(+)

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,
           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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]