Eric Blake <eblake(a)redhat.com> wrote on 05/03/2010 05:20:14 PM:
[image removed]
> + if (cb->err == 0 && skipIface ==
true) {
I probably would have written:
if (cb->err == 0 && skipIface)
but your longhand comparison to true is okay without requiring touchup.
Pushed this one and the previous one.
Stefan
ACK.
--
Eric Blake eblake(a)redhat.com +1-801-349-2682
Libvirt virtualization library
http://libvirt.org
[attachment "signature.asc" deleted by Stefan Berger/Watson/IBM]