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, 2 insertions, 1 deletions
diff --git a/src/net.c b/src/net.c
index 3157fe8..9874da0 100644
--- a/src/net.c
+++ b/src/net.c
@@ -198,7 +198,8 @@ wydawca_listener ()
fd_set rset;
struct timeval to, *pto;
- job_queue_runner ();
+ job_queue_runner (triplet_sweep ());
+
FD_ZERO (&rset);
if (ctlfd != -1)
FD_SET (ctlfd, &rset);

Return to:

Send suggestions and report system problems to the System administrator.