mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -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;
|
client->authstack = NULL;
|
||||||
|
|
||||||
if (result != AUTH_OK) {
|
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");
|
client_send_error(client, 401, 1, "You need to authenticate\r\n");
|
||||||
free(uri);
|
free(uri);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user