[Service] Fix valve master server ip gatherer being broken

This commit is contained in:
CosminPerRam 2023-08-08 18:42:43 +03:00
parent b509a6dcc4
commit c10555a9d7

View file

@ -77,7 +77,7 @@ impl ValveMasterServer {
let mut ips: Vec<(IpAddr, u16)> = Vec::new();
while !buf.remaining_length() == 0 {
while buf.remaining_length() == 0 {
let ip = IpAddr::V4(Ipv4Addr::new(
buf.read::<u8>()?,
buf.read::<u8>()?,