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
spr0cketeer
Icecast-Server
Commits
dae5e45a
Commit
dae5e45a
authored
Nov 30, 2014
by
Philipp Schafft
🦁
Browse files
that error is nonsense
svn path=/icecast/trunk/icecast/; revision=19371
parent
0eca1bcf
Changes
1
Show whitespace changes
Inline
Side-by-side
src/connection.c
View file @
dae5e45a
...
...
@@ -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
;
...
...
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