Update rendezvous_server.rs

This commit is contained in:
inkcmd 2025-06-21 22:25:50 +03:00 committed by GitHub
parent 55b756a11c
commit 5b5da65ef7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,