mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
fix port changing
This commit is contained in:
@@ -586,7 +586,7 @@ impl Server {
|
||||
a
|
||||
})
|
||||
.collect();
|
||||
state
|
||||
state.active_addr = state
|
||||
.active_addr
|
||||
.map(|a| SocketAddr::new(a.ip(), client_update.port));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user