projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bdd366
)
Fix async TLS boot problem
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 22 Feb 2016 04:29:15 +0000
(15:29 +1100)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 7679f69b98992c57d5b6ecbf10bef43132f2fbb4..5172518ac6bec3450d28ba6fe6d64c63fbabaa0f 100644
(file)
--- 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 (
a
proc, Qnil);
finish_after_tls_connection (aproc);
}
else if (p->gnutls_handshakes_tried >