1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

corrected mime type of plain text mount point list, thanks to cato

svn path=/icecast/trunk/icecast/; revision=18807
This commit is contained in:
Philipp Schafft 2013-02-24 14:25:37 +00:00
parent 6e7c65bc10
commit aec4326149

View File

@ -1031,7 +1031,7 @@ static void command_list_mounts(client_t *client, int response)
{
util_http_build_header(client->refbuf->data, PER_CLIENT_REFBUF_SIZE, 0,
0, 200, NULL,
"text/html", NULL,
"text/plain", NULL,
"");
client->refbuf->len = strlen (client->refbuf->data);
client->respcode = 200;