mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-24 14:45:24 +00:00
domain_conf.c:fix the comment.
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
This commit is contained in:
parent
dcbf7b13c3
commit
69c1f3383f
@ -14123,10 +14123,8 @@ void
|
||||
virDomainNetRemoveHostdev(virDomainDefPtr def,
|
||||
virDomainNetDefPtr net)
|
||||
{
|
||||
/* hostdev net devices are normally also be in the hostdevs
|
||||
* array, but might have already been removed by the time we
|
||||
* get here.
|
||||
*/
|
||||
/* hostdev net devices are normally in the hostdevs array, but
|
||||
* might have already been removed by the time we get here */
|
||||
virDomainHostdevDefPtr hostdev = virDomainNetGetActualHostdev(net);
|
||||
size_t i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user