gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_9_11-3-gd4ea78


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_9_11-3-gd4ea78c
Date: Sun, 13 Jun 2010 06:27: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=d4ea78c390dff664cea8d8f95aaf79d4d940e267

The branch, gnutls_2_10_x has been updated
       via  d4ea78c390dff664cea8d8f95aaf79d4d940e267 (commit)
      from  391d6524c869d092d2f4039bddc4c9a7207bdb8e (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 d4ea78c390dff664cea8d8f95aaf79d4d940e267
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Jun 13 08:11:44 2010 +0200

    Corrected return value when safe renegotiation is disabled.

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

Summary of changes:
 lib/gnutls_handshake.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index 41a6e27..9079f1d 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -2340,7 +2340,7 @@ _gnutls_recv_hello (gnutls_session_t session, opaque * 
data, int datalen)
   if (session->internals.priorities.safe_renegotiation == SR_DISABLED)
     {
       gnutls_assert ();
-      return ret;
+      return 0;
     }
 
   /* Safe renegotiation */


hooks/post-receive
-- 
GNU gnutls



reply via email to

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