mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 20:30:08 +03:00
avoid select! all branches disabled panic
This commit is contained in:
@@ -542,10 +542,11 @@ async fn lan_discovery() -> ResultType<()> {
|
||||
socket.send(&msg_out, addr).await?;
|
||||
}
|
||||
}
|
||||
_ => {}
|
||||
_ => {} // avoid select! all branches disabled panic
|
||||
}
|
||||
}
|
||||
}
|
||||
else => {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user