[libvirt] [PATCH 09/16] vboxDumpNetworks: delete pointless comment

Ján Tomko jtomko at redhat.com
Fri Feb 23 14:27:35 UTC 2018


Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 src/vbox/vbox_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vbox/vbox_common.c b/src/vbox/vbox_common.c
index 2eb7af4ba..c730c0cc0 100644
--- a/src/vbox/vbox_common.c
+++ b/src/vbox/vbox_common.c
@@ -3799,7 +3799,7 @@ vboxDumpNetworks(virDomainDefPtr def, vboxDriverPtr data, IMachine *machine, PRU
 {
     PRUint32 netAdpIncCnt = 0;
     size_t i = 0;
-    /* dump network cards if present */
+
     def->nnets = 0;
     /* Get which network cards are enabled */
     for (i = 0; i < networkAdapterCount; i++) {
-- 
2.13.6




More information about the libvir-list mailing list