Remove the hard coded path in the agent code.

This commit is contained in:
Devdeep Singh 2013-11-01 13:31:25 +05:30
parent 96b670a511
commit 8ea0668382
1 changed files with 0 additions and 4 deletions

View File

@ -196,10 +196,6 @@ namespace HypervResource
try
{
string vmName = (string)cmd.vmName;
// TODO: remove absolute path
string isoPath = "\\\\10.102.192.150\\SMB-Share\\202-2-305ed1f7-1be8-345e-86c3-a976f7f57f10.iso";
wmiCallsV2.AttachIso(vmName, isoPath);
result = true;
}
catch (Exception sysEx)