Skip to content

Commit a454acb

Browse files
committed
Update NetworkConnectionWidgetViewModel.cs
1 parent 0f7c1f0 commit a454acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NETworkManager/ViewModels/NetworkConnectionWidgetViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ await NetworkInterface.DetectLocalIPAddressBasedOnRoutingAsync(
800800
{
801801
Log.Debug("CheckConnectionComputerAsync - Local IPv6 address detection via routing failed, trying network interfaces...");
802802

803-
detectedLocalIPv6Address ??= await NetworkInterface.DetectLocalIPAddressFromNetworkInterfaceAsync(
803+
detectedLocalIPv6Address = await NetworkInterface.DetectLocalIPAddressFromNetworkInterfaceAsync(
804804
AddressFamily.InterNetworkV6);
805805
}
806806

0 commit comments

Comments
 (0)