From: Lars Ingebrigtsen Date: Mon, 22 Feb 2016 04:29:15 +0000 (+1100) Subject: Fix async TLS boot problem X-Git-Tag: emacs-26.0.90~2517 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87e9e1b61cd4c0356e7f357f5cee6c226dc6fd35;p=emacs.git Fix async TLS boot problem * src/process.c (wait_reading_process_output): Verify the boot of the correct process. --- diff --git a/src/process.c b/src/process.c index 7679f69b989..5172518ac6b 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 >