Skip to content

Commit

Permalink
Fix for not applying TTL/DontFragment flag on first load
Browse files Browse the repository at this point in the history
  • Loading branch information
r-smith committed Feb 23, 2021
1 parent 245d843 commit dff80c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vmPing/Classes/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ public static void Load()

LoadConfigurationNode(xd.SelectNodes("/vmping/configuration/option"));
LoadColorsNode(xd.SelectNodes("/vmping/colors/option"));
ApplicationOptions.UpdatePingOptions();
}

catch (Exception ex)
Expand Down

0 comments on commit dff80c5

Please sign in to comment.