
2 Apr
2010
2 Apr
'10
9:27 p.m.
On 04/02/2010 03:19 PM, Daniel Veillard wrote:
+ managed_save = qemuDomainManagedSavePath(driver, vm); + if ((managed_save) && (virFileExists(managed_save))) { + /* We should still have a reference left to vm but */
Incomplete comment?
not really, that could be "but ..." or "but one should check for 0 anyway"
I end up with the following additional patch,
- /* We should still have a reference left to vm but */ + /* + * We should still have a reference left to vm but + * but one should check for 0 anyway + */
s/but but/but/ -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org