fix naming

This commit is contained in:
rustdesk 2022-05-14 17:02:31 +08:00
parent 750a800c08
commit bc4d727ffd

View File

@ -45,7 +45,7 @@ pub fn get_license_from_string(s: &str) -> ResultType<License> {
host = strs2[0];
key = strs2[1];
} else {
host = strs[0];
host = strs[1];
}
return Ok(License {
host: host.to_owned(),