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_6-117-g51c63cd


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-117-g51c63cd
Date: Mon, 07 Feb 2011 16:06:06 +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=51c63cd868f03376b9eec942963425a8021eff5a

The branch, master has been updated
       via  51c63cd868f03376b9eec942963425a8021eff5a (commit)
      from  f2ffa6bd97faca66f7a60b1398c39f4300c3359a (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 51c63cd868f03376b9eec942963425a8021eff5a
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Feb 7 17:06:03 2011 +0100

    Corrected return message from check_recv_type().

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

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

diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
index b85c782..66f85ca 100644
--- a/lib/gnutls_record.c
+++ b/lib/gnutls_record.c
@@ -524,7 +524,7 @@ check_recv_type (content_type_t recv_type)
       return 0;
     default:
       gnutls_assert ();
-      return GNUTLS_A_UNEXPECTED_MESSAGE;
+      return GNUTLS_E_UNEXPECTED_PACKET;
     }
 
 }


hooks/post-receive
-- 
GNU gnutls



reply via email to

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