mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Oops. Very broken password checking, fix from Karl Heyes.
svn path=/trunk/icecast/; revision=4358
This commit is contained in:
parent
83b41e2beb
commit
8c14c0e0db
@ -427,6 +427,7 @@ static int _check_source_pass(http_parser_t *parser, char *mount)
|
|||||||
user = mountinfo->username;
|
user = mountinfo->username;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
mountinfo = mountinfo->next;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!pass) {
|
if(!pass) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user