aboutsummaryrefslogtreecommitdiff
path: root/src/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net.c')
-rw-r--r--src/net.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net.c b/src/net.c
index 9e3431e..4a0900e 100644
--- a/src/net.c
+++ b/src/net.c
@@ -159,7 +159,7 @@ notify_parent(void)
}
void
-wydawca_listener()
+wydawca_listener(void)
{
int ctlfd = open_listener();
int wfd = watcher_init();
@@ -181,7 +181,6 @@ wydawca_listener()
if (notify_parent())
kill(getppid(), SIGUSR1);
- job_init();
signal(SIGHUP, sig_hup);
signal(SIGTERM, sig_term);
signal(SIGQUIT, sig_term);

Return to:

Send suggestions and report system problems to the System administrator.