Skip to content

Commit

Permalink
F OpenNebula#911: Fix bug with PCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Huertas committed Jan 3, 2019
1 parent 932c98e commit 3e91686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/VirtualMachineNic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ int VirtualMachineNics::get_network_leases(int vm_id, int uid,

return -1;
}
else
else if (vnic->name() == "NIC_ALIAS")
{
alias_nics.push_back(vnic);
}
Expand Down

0 comments on commit 3e91686

Please sign in to comment.