gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-78-g5ebc8


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-78-g5ebc881
Date: Mon, 07 Feb 2011 16:06:37 +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=5ebc881b85d32e7038621584f29890bcba68e0ff

The branch, gnutls_2_12_x has been updated
       via  5ebc881b85d32e7038621584f29890bcba68e0ff (commit)
      from  1d91821a83ff5a80b2fbd77ecc6cc0af9e24c7ee (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 5ebc881b85d32e7038621584f29890bcba68e0ff
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 dda177b..1c287d0 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]