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-148-g7c8e16f


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-148-g7c8e16f
Date: Fri, 11 Feb 2011 08:05:14 +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=7c8e16f95939fc8b6fab7e01b4763434438fdd4b

The branch, master has been updated
       via  7c8e16f95939fc8b6fab7e01b4763434438fdd4b (commit)
      from  03085b0e23551ddcfabc0868cd9990f6371e876e (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 7c8e16f95939fc8b6fab7e01b4763434438fdd4b
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Feb 11 09:05:02 2011 +0100

    removed duplicate assignments.

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

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

diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index 2f90f01..3e08f9b 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -236,8 +236,6 @@ _gnutls_handshake_internal_state_init (gnutls_session_t 
session)
   session->internals.v2_hello = 0;
   memset (&session->internals.handshake_header_buffer, 0,
           sizeof (handshake_header_buffer_st));
-  session->internals.adv_version_minor = 0;
-  session->internals.adv_version_minor = 0;
   session->internals.direction = 0;
 
   /* use out of band data for the last


hooks/post-receive
-- 
GNU gnutls



reply via email to

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