summaryrefslogtreecommitdiff
path: root/src/dparent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dparent.c')
-rw-r--r--src/dparent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dparent.c b/src/dparent.c
index 77a4ac5..f8dc534 100644
--- a/src/dparent.c
+++ b/src/dparent.c
@@ -141,7 +141,7 @@ int dcc_standalone_server(void)
#ifdef HAVE_AVAHI
/* Zeroconf registration */
if (opt_zeroconf) {
- if (!(avahi = dcc_zeroconf_register((uint16_t) arg_port, n_cpus)))
+ if (!(avahi = dcc_zeroconf_register((uint16_t) arg_port, n_cpus, dcc_max_kids)))
return EXIT_CONNECT_FAILED;
}
#endif