Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
dae5e45a
Commit
dae5e45a
authored
Nov 30, 2014
by
Philipp Schafft
🦁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
that error is nonsense
svn path=/icecast/trunk/icecast/; revision=19371
parent
0eca1bcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/connection.c
src/connection.c
+0
-1
No files found.
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
Markdown
is supported
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