Skip to content

Commit

Permalink
Removed an old commented out line of code.
Browse files Browse the repository at this point in the history
  • Loading branch information
AtlasHackert committed May 20, 2017
1 parent 794a8ec commit a3ea6d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Notifier/UI/Windows/NotificationWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ private bool createBlockRule(CurrentConn activeConn, string[] services, bool isT
{
if (Settings.Default.UseBlockRules)
{
//Process.Start(new ProcessStartInfo(Application.ExecutablePath, ) { Verb = "runas" });
success = FirewallHelper.AddBlockRuleIndirect(activeConn.RuleName, activeConn.CurrentPath, activeConn.CurrentAppPkgId, services, _optionsView.IsProtocolChecked ? activeConn.Protocol : -1, _optionsView.IsTargetIPChecked ? activeConn.Target : null, _optionsView.IsTargetPortChecked ? activeConn.TargetPort : null, _optionsView.IsLocalPortChecked ? activeConn.LocalPort : null, _optionsView.IsCurrentProfileChecked);
if (!success)
{
Expand Down

0 comments on commit a3ea6d2

Please sign in to comment.