mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
fix an endless loop in node device XML dump
* src/node_device.c: fix an endless loop in node device XML dump, patch by Cole Robinson Daniel
This commit is contained in:
parent
bf32184d48
commit
bc429a0e54
@ -1,3 +1,8 @@
|
||||
Wed Jul 1 23:29:33 CEST 2009 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/node_device.c: fix an endless loop in node device XML dump,
|
||||
patch by Cole Robinson
|
||||
|
||||
Wed Jul 1 23:23:19 CEST 2009 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* docs/drvone.html docs/drvone.html.in: small OpenNebula driver
|
||||
|
@ -73,8 +73,8 @@ static int update_caps(virNodeDeviceObjPtr dev)
|
||||
cap->data.scsi_host.host);
|
||||
}
|
||||
}
|
||||
cap = cap->next;
|
||||
}
|
||||
cap = cap->next;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user