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
549127b9
Commit
549127b9
authored
Oct 20, 2007
by
Karl Heyes
Browse files
a missing break from a previous auth update was preventing url auth from being
used svn path=/icecast/trunk/icecast/; revision=14017
parent
ab75a329
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/auth.c
View file @
549127b9
...
...
@@ -543,6 +543,7 @@ static int get_authenticator (auth_t *auth, config_options_t *options)
#ifdef HAVE_AUTH_URL
if
(
auth_get_url_auth
(
auth
,
options
)
<
0
)
return
-
1
;
break
;
#else
ERROR0
(
"Auth URL disabled"
);
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