We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4da82 commit 9102379Copy full SHA for 9102379
src/slave.c
@@ -723,6 +723,7 @@ static int update_from_master_legacy(ice_config_t *config)
723
if (config->master_server)
724
master->server = strdup(config->master_server);
725
master->port = config->master_server_port;
726
+ master->on_demand = config->on_demand;
727
ret = update_from_master(master);
728
master_free(master);
729
}
0 commit comments