gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_2_11_4-20-gd2f5343


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_4-20-gd2f5343
Date: Thu, 11 Nov 2010 22:58:19 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=d2f5343fb2f30a0e30644d5642d12a1e9d004345

The branch, master has been updated
       via  d2f5343fb2f30a0e30644d5642d12a1e9d004345 (commit)
      from  69d25843fb9ffda39fad00d0cf8b94995d5fff96 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d2f5343fb2f30a0e30644d5642d12a1e9d004345
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Nov 11 23:19:35 2010 +0100

    Removed redundant error check. Reported by Nicolas Kaiser.

-----------------------------------------------------------------------

Summary of changes:
 lib/gnutls_x509.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index 802a81d..1ea19e3 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.c
@@ -160,14 +160,6 @@ _gnutls_x509_cert_verify_peers (gnutls_session_t session,
          return ret;
        }
 
-
-      if (ret < 0)
-       {
-         gnutls_assert ();
-         CLEAR_CERTS;
-         return ret;
-       }
-
       ret = check_bits (peer_certificate_list[i], cred->verify_bits);
       if (ret < 0)
        {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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