mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Grumble. Silly gcc.
svn path=/trunk/icecast/; revision=4331
This commit is contained in:
parent
98a6f4ef31
commit
248a0874a4
@ -320,8 +320,8 @@ int connection_create_source(client_t *client, connection_t *con, http_parser_t
|
|||||||
source = source_create(client, con, parser, mount, format);
|
source = source_create(client, con, parser, mount, format);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ERROR0("No content-type header, falling back to backwards compatiblity mode for icecast 1.x relays. Assuming content is mp3.");
|
|
||||||
format_type_t format = FORMAT_TYPE_MP3;
|
format_type_t format = FORMAT_TYPE_MP3;
|
||||||
|
ERROR0("No content-type header, falling back to backwards compatiblity mode for icecast 1.x relays. Assuming content is mp3.");
|
||||||
source = source_create(client, con, parser, mount, format);
|
source = source_create(client, con, parser, mount, format);
|
||||||
}
|
}
|
||||||
client->respcode = 200;
|
client->respcode = 200;
|
||||||
|
Loading…
Reference in New Issue
Block a user