emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 10f2f8a 01/01: * gnutls.c (Fgnutls_peer_status)


From: Ted Zlatanov
Subject: Re: [Emacs-diffs] master 10f2f8a 01/01: * gnutls.c (Fgnutls_peer_status): Check GNUTLS_INITSTAGE, not gnutls_p.
Date: Tue, 25 Nov 2014 10:18:24 -0500
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

On Tue, 25 Nov 2014 09:55:58 -0500 Stefan Monnier <address@hidden> wrote: 

>> -  if (XPROCESS (proc)->gnutls_p == 0)
>> +  if ( GNUTLS_INITSTAGE (proc) < GNUTLS_STAGE_INIT )

SM> Nitpick for next time: our convention is to put spaces outside parens,
SM> but not inside them.

Sorry.  Rust.

Ted




reply via email to

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