1
0
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:
Michael Smith 2003-02-20 22:18:24 +00:00
parent 83b41e2beb
commit 8c14c0e0db

View File

@ -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) {