Fix account creation RPC

svn path=/trunk/boinc/; revision=25488
This commit is contained in:
Rytis Slatkevičius 2012-03-26 05:48:38 +00:00
parent 1ab6eaf277
commit 1abf76b7e6
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ $passwd_hash = get_str("passwd_hash");
$user_name = get_str("user_name");
$team_name = get_str("team_name", true);
if (!is_valid_user_name($name, $reason)) {
if (!is_valid_user_name($user_name, $reason)) {
xml_error(-188, $reason);
}