emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 87e9e1b: Fix async TLS boot problem


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 87e9e1b: Fix async TLS boot problem
Date: Mon, 22 Feb 2016 04:29:42 +0000

branch: master
commit 87e9e1b61cd4c0356e7f357f5cee6c226dc6fd35
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix async TLS boot problem
    
    * src/process.c (wait_reading_process_output): Verify the boot
    of the correct process.
---
 src/process.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/process.c b/src/process.c
index 7679f69..5172518 100644
--- a/src/process.c
+++ b/src/process.c
@@ -4927,7 +4927,7 @@ wait_reading_process_output (intmax_t time_limit, int 
nsecs, int read_kbd,
 
                    if (p->gnutls_initstage == GNUTLS_STAGE_READY)
                      {
-                       gnutls_verify_boot (proc, Qnil);
+                       gnutls_verify_boot (aproc, Qnil);
                        finish_after_tls_connection (aproc);
                      }
                    else if (p->gnutls_handshakes_tried >



reply via email to

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