From: Alan T. DeKok Date: Thu, 23 Jul 2020 22:29:41 +0000 (-0400) Subject: initialize from the correct fields X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ebae8545e72563425faa5e66d41b86c0ecde2b7;p=thirdparty%2Ffreeradius-server.git initialize from the correct fields There are still issues stopping networks when more than one exists. that will need to be tracked down later. --- diff --git a/src/bin/radiusd.c b/src/bin/radiusd.c index 19aef1f12b2..f8e662af340 100644 --- a/src/bin/radiusd.c +++ b/src/bin/radiusd.c @@ -774,8 +774,8 @@ int main(int argc, char *argv[]) fr_schedule_config_t *schedule; schedule = talloc_zero(global_ctx, fr_schedule_config_t); - schedule->max_workers = config->max_networks; - schedule->max_networks = config->max_workers; + schedule->max_workers = config->max_workers; + schedule->max_networks = config->max_networks; schedule->stats_interval = config->stats_interval; /*