This commit is contained in:
rustdesk
2022-12-29 00:16:41 +08:00
parent 8070600e03
commit cfaeb6ac0a
5 changed files with 5 additions and 5 deletions

View File

@@ -420,7 +420,7 @@ impl Client {
key: &str,
conn: &mut Stream,
direct: bool,
mut interface: impl Interface,
interface: impl Interface,
) -> ResultType<()> {
let rs_pk = get_rs_pk(if key.is_empty() {
hbb_common::config::RS_PUB_KEY