Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
6d4ef5e5
Commit
6d4ef5e5
authored
Jan 18, 2003
by
Michael Smith
Browse files
Fix a message that was talking about the wrong path
svn path=/trunk/icecast/; revision=4261
parent
f2d0e26f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
6d4ef5e5
...
...
@@ -699,7 +699,7 @@ static void _handle_get_request(connection_t *con,
if
(
strcmp
(
uri
,
"/admin/streamlist"
)
==
0
)
{
if
(
!
_check_relay_pass
(
parser
))
{
INFO0
(
"Client attempted to fetch
all
stream
s.tx
t with bad password"
);
INFO0
(
"Client attempted to fetch
/admin/
stream
lis
t with bad password"
);
client_send_401
(
client
);
}
else
{
avl_node
*
node
;
...
...
Write
Preview
Supports
Markdown
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