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
Xiph.Org
Icecast-Server
Commits
9acddcdb
Commit
9acddcdb
authored
Mar 07, 2006
by
Michael Smith
Browse files
Oops, fix compilation
svn path=/icecast/trunk/icecast/; revision=10976
parent
36dc9b0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/auth.c
View file @
9acddcdb
...
...
@@ -287,7 +287,7 @@ static int add_client_to_source (source_t *source, client_t *client)
{
source_t
*
next
=
source_find_mount
(
source
->
fallback_mount
);
if
(
!
next
)
{
ERROR
1
(
"Fallback '%s' for full source '%s' not found"
,
ERROR
2
(
"Fallback '%s' for full source '%s' not found"
,
source
->
mount
,
source
->
fallback_mount
);
return
-
1
;
}
...
...
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