From 76d03514523f4d041a92d6d717f782e4e61a4669 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Sat, 14 Nov 2020 18:31:43 +0100 Subject: [PATCH] change listener_pid type to pid_t --- sslh-fork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sslh-fork.c b/sslh-fork.c index 56b768b..5997edd 100644 --- a/sslh-fork.c +++ b/sslh-fork.c @@ -133,7 +133,7 @@ void start_shoveler(int in_socket) exit(0); } -static int *listener_pid; +static pid_t *listener_pid; static int listener_pid_number = 0; void stop_listeners(int sig)