Skip to content

Commit 9f653b3

Browse files
committed
crash fixed
1 parent 9967659 commit 9f653b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/NETworkManager/Models/Network/Traceroute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public void TraceAsync(IPAddress ipAddress, TracerouteOptions traceOptions, Canc
8989

9090
pingReply = ping.Send(ipAddress, traceOptions.Timeout, buffer, new System.Net.NetworkInformation.PingOptions() { Ttl = i, DontFragment = traceOptions.DontFragement });
9191

92-
Debug.WriteLine(i.ToString() + " " + pingReply.Address + " " + pingReply.Options.Ttl);
92+
Debug.WriteLine(i.ToString() + " " + pingReply.Address);
9393

9494
stopwatch.Stop();
9595
}

0 commit comments

Comments
 (0)