mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
vboxDumpNetworks: delete pointless comment
Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
a8a2d7db67
commit
3b4f2924d8
@ -3799,7 +3799,7 @@ vboxDumpNetworks(virDomainDefPtr def, vboxDriverPtr data, IMachine *machine, PRU
|
|||||||
{
|
{
|
||||||
PRUint32 netAdpIncCnt = 0;
|
PRUint32 netAdpIncCnt = 0;
|
||||||
size_t i = 0;
|
size_t i = 0;
|
||||||
/* dump network cards if present */
|
|
||||||
def->nnets = 0;
|
def->nnets = 0;
|
||||||
/* Get which network cards are enabled */
|
/* Get which network cards are enabled */
|
||||||
for (i = 0; i < networkAdapterCount; i++) {
|
for (i = 0; i < networkAdapterCount; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user