mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-11 09:49:11 +08:00
my bad
This commit is contained in:
parent
75ef279e47
commit
d379f23490
@ -542,11 +542,11 @@ async fn lan_discovery() -> ResultType<()> {
|
|||||||
socket.send(&msg_out, addr).await?;
|
socket.send(&msg_out, addr).await?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_ => {} // avoid select! all branches disabled panic
|
_ => {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else => {}
|
else => {} // avoid select! all branches disabled panic
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user