Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
248a0874
Commit
248a0874
authored
Feb 07, 2003
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grumble. Silly gcc.
svn path=/trunk/icecast/; revision=4331
parent
98a6f4ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/connection.c
src/connection.c
+1
-1
No files found.
src/connection.c
View file @
248a0874
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment