summaryrefslogtreecommitdiff
path: root/src/tls/s6tls_prep_tlsdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/s6tls_prep_tlsdio.c')
-rw-r--r--src/tls/s6tls_prep_tlsdio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/s6tls_prep_tlsdio.c b/src/tls/s6tls_prep_tlsdio.c
index 73099bf..59cc536 100644
--- a/src/tls/s6tls_prep_tlsdio.c
+++ b/src/tls/s6tls_prep_tlsdio.c
@@ -26,6 +26,7 @@ void s6tls_prep_tlsdio (char const **argv, char *buf, int const *p, uint32_t opt
buf[n++] = 0 ;
}
argv[m++] = options & 4 ? "-S" : "-s" ;
+ argv[m++] = options & 8 ? "-J" : "-j" ;
if (options & 1)
argv[m++] = options & 2 ? "-y" : "-Y" ;
if (kimeout)