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