[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: minor build breakage
From: |
Nikos Mavrogiannopoulos |
Subject: |
Re: minor build breakage |
Date: |
Wed, 18 Aug 2010 18:35:38 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 |
On 08/18/2010 01:14 AM, Brad Hards wrote:
> http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=2a539ad961affeffee32cb6148f421c8e66ab693
> appears to have broken the (developer) build, since oldstate is now an unused
> variable in lib/gnutls_handshake.c in _gnutls_sendshake_final().
> -int oldstate = STATE;
> (around line 2770) will correct the issue.
Thanks. Committed.