summaryrefslogtreecommitdiff
path: root/src/tls/s6-tlsd.c
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-09 20:39:58 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-09 20:39:58 +0000
commit0734bbc08aa726cc371f8c0bf5e6aadce2825245 (patch)
tree7b4af9d3333262f96fc95f273bc34ad2d841cfb8 /src/tls/s6-tlsd.c
parentd1ec57c644c528b5e7bded2abf56ccddf7452804 (diff)
downloads6-networking-0734bbc08aa726cc371f8c0bf5e6aadce2825245.tar.xz
Fix s6-tlsd fd fux
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/tls/s6-tlsd.c')
-rw-r--r--src/tls/s6-tlsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/s6-tlsd.c b/src/tls/s6-tlsd.c
index 07716ea..a1c19bf 100644
--- a/src/tls/s6-tlsd.c
+++ b/src/tls/s6-tlsd.c
@@ -17,7 +17,7 @@ int main (int argc, char const *const *argv)
unsigned int verbosity = 1 ;
unsigned int kimeout = 0 ;
unsigned int snilevel = 0 ;
- int p[4][2] = { [3] = { [0] = -1, [1] = -1 } } ;
+ int p[4][2] = { [3] = { [0] = 0, [1] = 1 } } ;
uint32_t coptions = 0 ;
uint32_t poptions = 1 ;
pid_t pid ;