my bad
This commit is contained in:
parent
75ef279e47
commit
d379f23490
1 changed files with 2 additions and 2 deletions
|
|
@ -542,11 +542,11 @@ async fn lan_discovery() -> ResultType<()> {
|
|||
socket.send(&msg_out, addr).await?;
|
||||
}
|
||||
}
|
||||
_ => {} // avoid select! all branches disabled panic
|
||||
_ => {}
|
||||
}
|
||||
}
|
||||
}
|
||||
else => {}
|
||||
else => {} // avoid select! all branches disabled panic
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue