1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

that error is nonsense

svn path=/icecast/trunk/icecast/; revision=19371
This commit is contained in:
Philipp Schafft 2014-11-30 18:15:40 +00:00
parent 0eca1bcfe0
commit dae5e45a25

View File

@ -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;