
13 Jul
2017
13 Jul
'17
2:26 p.m.
/* Populate with known devices */
This commentary should stay with the function it describes (below), so the context doesn't get lost. Erik
+ nodeDeviceUnlock();
if (udevEnumerateDevices(udev) != 0) goto cleanup;
- ret = 0; + return 0;
cleanup: nodeDeviceUnlock(); - - if (ret == -1) - nodeStateCleanup(); - return ret; + nodeStateCleanup(); + return -1; }
-- 2.9.4
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list