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-216-g024e46e


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-216-g024e46e
Date: Sun, 20 Feb 2011 20:15:10 +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=024e46e556767d9b04a217e7acc4ae1987d0f6b6

The branch, master has been updated
       via  024e46e556767d9b04a217e7acc4ae1987d0f6b6 (commit)
      from  b44dc60baf7b9e5df7f905e6adcf2206fc039b4a (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 024e46e556767d9b04a217e7acc4ae1987d0f6b6
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Feb 20 21:15:07 2011 +0100

    renamed internal function to reflect functionality.

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

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

diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
index 2ac4ce9..ebbeede 100644
--- a/lib/gnutls_record.c
+++ b/lib/gnutls_record.c
@@ -692,10 +692,11 @@ record_check_version (gnutls_session_t session,
 }
 
 /* This function will check if the received record type is
- * the one we actually expect.
+ * the one we actually expect and adds it to the proper
+ * buffer.
  */
 static int
-record_check_type (gnutls_session_t session,
+record_add (gnutls_session_t session,
                    content_type_t recv_type, content_type_t type,
                    gnutls_handshake_description_t htype, opaque * data,
                    int data_size)
@@ -1143,7 +1144,7 @@ begin:
     }
 
   ret =
-    record_check_type (session, recv_type, type, htype, tmp.data,
+    record_add (session, recv_type, type, htype, tmp.data,
                        decrypted_length);
   if (ret < 0)
     {


hooks/post-receive
-- 
GNU gnutls



reply via email to

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