This commit is contained in:
John Smith
2022-11-04 19:29:44 -04:00
parent 60c4648530
commit ed0049dc22
9 changed files with 497 additions and 142 deletions
+1 -1
View File
@@ -1747,7 +1747,7 @@ impl NetworkManager {
// Ignore these reports if we are currently detecting public dial info
let net = self.net();
if net.doing_public_dial_info_check() {
if net.needs_public_dial_info_check() {
return;
}