From e1f944a3f5feca92df5cb9758aa1f807306387fd Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 11 May 2018 08:10:00 +0000 Subject: [PATCH] Update: Added comment about global lock in __prepare_shoutcast_admin_cgi_request() --- src/connection.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/connection.c b/src/connection.c index 2da136f6..15d6a727 100644 --- a/src/connection.c +++ b/src/connection.c @@ -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;