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
8c14c0e0
Commit
8c14c0e0
authored
Feb 20, 2003
by
Michael Smith
Browse files
Oops. Very broken password checking, fix from Karl Heyes.
svn path=/trunk/icecast/; revision=4358
parent
83b41e2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/connection.c
View file @
8c14c0e0
...
...
@@ -427,6 +427,7 @@ static int _check_source_pass(http_parser_t *parser, char *mount)
user
=
mountinfo
->
username
;
break
;
}
mountinfo
=
mountinfo
->
next
;
}
if
(
!
pass
)
{
...
...
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