gnutls-devel
[Top][All Lists]
Advanced

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

Re: typo in assignment


From: Nikos Mavrogiannopoulos
Subject: Re: typo in assignment
Date: Fri, 11 Feb 2011 09:06:58 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 02/10/2011 04:40 PM, Marcus Meissner wrote:
> Hi,
> gnutls 2.8.6, lib/gnutls_state.c, around line 200:
>   session->internals.adv_version_major = 0;
>   session->internals.adv_version_minor = 0;
[...]

>   session->internals.adv_version_minor = 0;           // <<< 
>   session->internals.adv_version_minor = 0;           // <<<

> I think one of those marked lines should be
>   session->internals.adv_version_major = 0;           // <<< 

You are right, but they are also superfluous, since
the same assignment was being done few lines above. I've
removed those lines completely. Thank you for
reporting that.

regards,
Nikos



reply via email to

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