From 87e9e1b61cd4c0356e7f357f5cee6c226dc6fd35 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 22 Feb 2016 15:29:15 +1100 Subject: [PATCH] Fix async TLS boot problem * src/process.c (wait_reading_process_output): Verify the boot of the correct process. --- src/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 > -- 2.39.5