[sr #107513] [PATCH] lib/gnutls_x509.c: remove redundant check
Nicolas Kaiser
INVALID.NOREPLY at gnu.org
Thu Nov 11 23:01:57 CET 2010
URL:
<http://savannah.gnu.org/support/?107513>
Summary: [PATCH] lib/gnutls_x509.c: remove redundant check
Project: GnuTLS
Submitted by: nikai
Submitted on: Thu 11 Nov 2010 10:01:56 PM GMT
Category: None
Priority: 5 - Normal
Severity: 2 - Minor
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Operating System: None
_______________________________________________________
Details:
Hi there!
I noticed a stray return value check, left over from
git commit f780425c751c6e31d26985e629d1abf3886168d3.
Best regards,
Nicolas Kaiser
---
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)
{
--
1.7.2.2
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Thu 11 Nov 2010 10:01:56 PM GMT Name:
0001-gnutls_x509.c-remove-redundant-check.patch Size: 794B By: nikai
patch
<http://savannah.gnu.org/support/download.php?file_id=21983>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/support/?107513>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
More information about the Gnutls-devel
mailing list