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-4-gb2fca8


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_9_11-4-gb2fca85
Date: Sun, 13 Jun 2010 06:28:22 +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=b2fca85c8fe5db6baa630e9a6451428b50bb39b0

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

    more return value fixes.

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

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 9079f1d..84e6773 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -2431,7 +2431,7 @@ _gnutls_recv_hello (gnutls_session_t session, opaque * 
data, int datalen)
        }
     }
 
-  return ret;
+  return 0;
 }
 
 /* The packets in gnutls_handshake (it's more broad than original TLS 
handshake)


hooks/post-receive
-- 
GNU gnutls



reply via email to

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