mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
forgot to switch the default value too..thanks Brendan..
svn path=/icecast/trunk/icecast/; revision=7257
This commit is contained in:
parent
ed9f174544
commit
a4a8186681
@ -339,7 +339,7 @@ static void _set_defaults(ice_config_t *configuration)
|
||||
configuration->num_yp_directories = 0;
|
||||
configuration->relay_username = NULL;
|
||||
configuration->relay_password = NULL;
|
||||
configuration->burst_on_connect = 0;
|
||||
configuration->burst_on_connect = 1;
|
||||
}
|
||||
|
||||
static void _parse_root(xmlDocPtr doc, xmlNodePtr node,
|
||||
|
Loading…
Reference in New Issue
Block a user