wasSharpNET

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 10  →  ?path2? @ 11
/Platform/Windows/Commands/NetSH/URLACL.cs
@@ -58,7 +58,6 @@
checkProcess.BeginOutputReadLine();
checkProcess.WaitForExit();
 
 
return URLReservationRegex.IsMatch(netSHOutput.ToString());
}
}
@@ -87,4 +86,4 @@
}).WaitForExit();
}
}
}
}