Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Icecast-libshout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Icecast-libshout
Commits
9d8784d4
Commit
9d8784d4
authored
Mar 04, 2003
by
brendan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shoutcast metadata compatibility fix. Gah.
svn path=/trunk/libshout/; revision=4403
parent
7e34d572
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/shout.c
src/shout.c
+1
-1
No files found.
src/shout.c
View file @
9d8784d4
...
...
@@ -252,7 +252,7 @@ int shout_set_metadata(shout_t *self, shout_metadata_t *metadata)
return
SHOUTERR_NOCONNECT
;
if
(
self
->
protocol
==
SHOUT_PROTOCOL_ICY
)
rv
=
sock_write
(
socket
,
"GET /admin.cgi?mode=updinfo&pass=%s&%s HTTP/1.0
\r\n
User-Agent: %s
\r\n\r\n
"
,
rv
=
sock_write
(
socket
,
"GET /admin.cgi?mode=updinfo&pass=%s&%s HTTP/1.0
\r\n
User-Agent: %s
(Mozilla compatible)
\r\n\r\n
"
,
self
->
password
,
encvalue
,
shout_get_agent
(
self
));
else
if
(
self
->
protocol
==
SHOUT_PROTOCOL_HTTP
)
{
char
*
auth
=
http_basic_authorization
(
self
);
...
...
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