Skip to content

Commit

Permalink
fix: avoid polling future after completion
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 28, 2023
1 parent 8b4d6cb commit 1f812fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hp/netcheck.rs
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@ impl ReportState {
report.pcp = None;
}
}
port_mapping.inner = None;
}
probe_report = probes.next() => {
match probe_report {
Expand Down

0 comments on commit 1f812fd

Please sign in to comment.