
1 Nov
2012
1 Nov
'12
12:46 p.m.
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 eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org