mirror of https://github.com/apache/cloudstack.git
Fixed windows line ending issues
Conflicts: plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/HypervResourceController.cs plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/WmiCallsV2.cs
This commit is contained in:
parent
6f2ee6daac
commit
1fea5d9ea7
|
|
@ -1172,7 +1172,7 @@ namespace HypervResource
|
|||
string defaultDataPath = wmiCallsV2.GetDefaultDataRoot();
|
||||
|
||||
string secondaryPath = Utils.NormalizePath(Path.Combine(share.UncPath, "systemvm"));
|
||||
string[] choices = choices = Directory.GetFiles(secondaryPath, "systemvm*.iso");
|
||||
string[] choices = Directory.GetFiles(secondaryPath, "systemvm*.iso");
|
||||
if (choices.Length != 1)
|
||||
{
|
||||
String errMsg = "Couldn't locate the systemvm iso on " + secondaryPath;
|
||||
|
|
|
|||
Loading…
Reference in New Issue