1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Added on_demand to legacy master relay

This commit is contained in:
greenbender 2016-02-25 15:24:16 +11:00 committed by Marvin Scholz
parent 8681418fb7
commit a6490be231

View File

@ -725,6 +725,7 @@ static int update_from_master_legacy(ice_config_t *config)
if (config->master_server)
master->server = strdup(config->master_server);
master->port = config->master_server_port;
master->on_demand = config->on_demand;
ret = update_from_master(master);
master_free(master);
}