diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-18 21:15:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-01-18 21:15:21 +0000 |
commit | 0545d612be4529492a86a98b5f066d58d7c9436a (patch) | |
tree | 03dfbdea2949034c0b10dc7595ed0b575b25050c /src/tls/s6-ucspitlsc.c | |
parent | cc7dccb1858e73176814c3a8457ff6f94ff45662 (diff) | |
download | s6-networking-0545d612be4529492a86a98b5f066d58d7c9436a.tar.xz |
Tiny code and doc fixes
Diffstat (limited to 'src/tls/s6-ucspitlsc.c')
-rw-r--r-- | src/tls/s6-ucspitlsc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/s6-ucspitlsc.c b/src/tls/s6-ucspitlsc.c index c8e2e68..fd5bc86 100644 --- a/src/tls/s6-ucspitlsc.c +++ b/src/tls/s6-ucspitlsc.c @@ -37,6 +37,7 @@ static inline void child (int p[4][2], uint32_t options, unsigned int verbosity, case 'y' : close(p[2][1]) ; p[2][1] = 0 ; /* we know 0 is open so it's a correct invalid value */ + break ; case 'Y' : fd_shutdown(p[2][1], 0) ; break ; |