aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index ec31ea87c7b..d78b04f9770 100644
--- a/src/process.c
+++ b/src/process.c
@@ -4923,7 +4923,7 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,
4923 else if (p->gnutls_handshakes_tried > 4923 else if (p->gnutls_handshakes_tried >
4924 GNUTLS_EMACS_HANDSHAKES_LIMIT) 4924 GNUTLS_EMACS_HANDSHAKES_LIMIT)
4925 { 4925 {
4926 deactivate_process (proc); 4926 deactivate_process (aproc);
4927 pset_status (p, list2 (Qfailed, 4927 pset_status (p, list2 (Qfailed,
4928 build_string ("TLS negotiation failed"))); 4928 build_string ("TLS negotiation failed")));
4929 } 4929 }