wasSharpNET

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