diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index d68c930dd6f..49340b120ef 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3102,7 +3102,7 @@ finish_after_tls_connection (Lisp_Object proc) | |||
| 3102 | else if (p->outfd < 0) | 3102 | else if (p->outfd < 0) |
| 3103 | { | 3103 | { |
| 3104 | /* The counterparty may have closed the connection (especially | 3104 | /* The counterparty may have closed the connection (especially |
| 3105 | if the NSM promt above take a long time), so recheck the file | 3105 | if the NSM prompt above take a long time), so recheck the file |
| 3106 | descriptor here. */ | 3106 | descriptor here. */ |
| 3107 | pset_status (p, Qfailed); | 3107 | pset_status (p, Qfailed); |
| 3108 | deactivate_process (proc); | 3108 | deactivate_process (proc); |