]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix async TLS boot problem
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 22 Feb 2016 04:29:15 +0000 (15:29 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 22 Feb 2016 04:29:15 +0000 (15:29 +1100)
* src/process.c (wait_reading_process_output): Verify the boot
of the correct process.

src/process.c

index 7679f69b98992c57d5b6ecbf10bef43132f2fbb4..5172518ac6bec3450d28ba6fe6d64c63fbabaa0f 100644 (file)
@@ -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 >