Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
05e9562a
Commit
05e9562a
authored
Aug 31, 2005
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
content was wrong due to limiter being 0
svn path=/icecast/trunk/icecast/; revision=9876
parent
0c6ba0c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/admin.c
src/admin.c
+1
-1
No files found.
src/admin.c
View file @
05e9562a
...
...
@@ -685,7 +685,7 @@ static void command_buildm3u(client_t *client, source_t *source,
client
->
respcode
=
200
;
config
=
config_get_config
();
snprintf
(
client
->
refbuf
->
data
,
client
->
refbuf
->
len
,
snprintf
(
client
->
refbuf
->
data
,
PER_CLIENT_REFBUF_SIZE
,
"HTTP/1.0 200 OK
\r\n
"
"Content-Type: audio/x-mpegurl
\r\n
"
"Content-Disposition = attachment; filename=listen.m3u
\r\n\r\n
"
...
...
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