1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Grumble. Silly gcc.

svn path=/trunk/icecast/; revision=4331
This commit is contained in:
Michael Smith 2003-02-07 13:56:33 +00:00
parent 98a6f4ef31
commit 248a0874a4

View File

@ -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);
}
} 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;
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);
}
client->respcode = 200;