mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-12-28 13:21:33 +00:00
Update peer.rs
This commit is contained in:
parent
ab3df89430
commit
e5ba7367ff
@ -110,7 +110,7 @@ impl PeerMap {
|
||||
w.pk = pk.clone();
|
||||
w.last_reg_time = Instant::now();
|
||||
log::info!("Peer info: {:?}", w.info);
|
||||
w.info = info.clone;
|
||||
w.info = info.clone();
|
||||
(
|
||||
serde_json::to_string(&w.info).unwrap_or_default(),
|
||||
w.guid.clone(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user