mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
that error is nonsense
svn path=/icecast/trunk/icecast/; revision=19371
This commit is contained in:
parent
0eca1bcfe0
commit
dae5e45a25
@ -1297,7 +1297,6 @@ static void _handle_authed_client(client_t *client, void *uri, auth_result resul
|
||||
client->authstack = NULL;
|
||||
|
||||
if (result != AUTH_OK) {
|
||||
ICECAST_LOG_ERROR("Client not authenticated at all! (uri is: %H)", uri);
|
||||
client_send_error(client, 401, 1, "You need to authenticate\r\n");
|
||||
free(uri);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user