On 11/01/2012 05:47 AM, Alexander Larsson wrote:

>> @@ -1065,6 +1173,8 @@ void virNetServerDispose(void *obj)
>>      virNetServerPtr srv = obj;
>>      int i;
>>  
>> +    VIR_FORCE_CLOSE(srv->autoShutdownInhibitFd);
>> +
> 
> Don't these have to check if autoShutdownInhibitFd != -1 before closing?

VIR_FORCE_CLOSE() does the checking on your behalf.  It's entirely safe
to pass -1 to our close wrapper.

-- 
Eric Blake   [email protected]    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to