mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-16 02:20:41 +00:00
update common
This commit is contained in:
@@ -290,6 +290,7 @@ impl RendezvousServer {
|
||||
Some(rendezvous_message::Union::misc_info(mi)) => match mi.union {
|
||||
Some(misc_info::Union::configure_update(mut cu)) => {
|
||||
if addr.ip() == std::net::IpAddr::V4(std::net::Ipv4Addr::new(127, 0, 0, 1))
|
||||
&& cu.serial > self.serial
|
||||
{
|
||||
self.serial = cu.serial;
|
||||
self.rendezvous_servers = cu
|
||||
|
||||
Reference in New Issue
Block a user