
21 Jun
2011
21 Jun
'11
1:16 p.m.
On 06/21/2011 06:01 AM, Gerhard Stenzel wrote:
+ rc = ifaceGetMacaddr(linkdev, oldmac); + + if (rc) { + virReportSystemError(rc,
Sorry for not catching this sooner. This should probably be virReportSystemError(errno,...), assuming that ifaceGetMacaddr guarantees a sane errno setting (at any rate, you used errno for ifaceSetMacaddr later on). -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org