mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-12-28 05:14:18 +00:00
Update rendezvous_server.rs
This commit is contained in:
parent
55b756a11c
commit
5b5da65ef7
@ -433,11 +433,6 @@ impl RendezvousServer {
|
||||
}
|
||||
}
|
||||
if changed {
|
||||
let hostname = rk.hostname.unwrap_or_default();
|
||||
let platform = rk.platform.unwrap_or_default();
|
||||
let os = rk.os.unwrap_or_default();
|
||||
let version = rk.version.unwrap_or_default();
|
||||
let cpu = rk.cpu.unwrap_or_default();
|
||||
self.pm.update_pk(
|
||||
id,
|
||||
peer,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user