mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix a message that was talking about the wrong path
svn path=/trunk/icecast/; revision=4261
This commit is contained in:
parent
f2d0e26fed
commit
6d4ef5e519
@ -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 allstreams.txt with bad password");
|
||||
INFO0("Client attempted to fetch /admin/streamlist with bad password");
|
||||
client_send_401(client);
|
||||
} else {
|
||||
avl_node *node;
|
||||
|
Loading…
Reference in New Issue
Block a user