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 14be3b0f9c3..762778e5293 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5904,7 +5904,7 @@ send_process (Lisp_Object proc, const char *buf, ptrdiff_t len,
5904#ifdef HAVE_GNUTLS 5904#ifdef HAVE_GNUTLS
5905 /* The TLS connection hasn't been set up yet, so we can't write 5905 /* The TLS connection hasn't been set up yet, so we can't write
5906 anything on the socket. */ 5906 anything on the socket. */
5907 if (p->gnutls_boot_parameters) 5907 if (!NILP (p->gnutls_boot_parameters))
5908 return; 5908 return;
5909#endif 5909#endif
5910 5910