mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-13 15:47:15 +03:00
change listener_pid type to pid_t
This commit is contained in:
parent
fccaa5fa9f
commit
76d0351452
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user