1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-02-02 15:07:36 -05:00

Update: Added comment about global lock in __prepare_shoutcast_admin_cgi_request()

This commit is contained in:
Philipp Schafft 2018-05-11 08:10:00 +00:00
parent ab8d1639ba
commit e1f944a3f5

View File

@ -1408,6 +1408,7 @@ static void __prepare_shoutcast_admin_cgi_request(client_t *client)
return;
}
/* Why do we acquire a global lock here? -- ph3-der-loewe, 2018-05-11 */
global_lock();
config = config_get_config();
sc_mount = config->shoutcast_mount;