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-96-g805db


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_12_x, updated. gnutls_2_11_6-96-g805db1e
Date: Fri, 11 Feb 2011 08:05:47 +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=805db1e8bbe3891398c2f415f9eb4d2aa198a083

The branch, gnutls_2_12_x has been updated
       via  805db1e8bbe3891398c2f415f9eb4d2aa198a083 (commit)
      from  80d4a803399eed5124f76f27526f645c626b0727 (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 805db1e8bbe3891398c2f415f9eb4d2aa198a083
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 5f0a1ce..eb58a86 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -234,8 +234,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]