2010/6/25 Chris Lalancette <clalance(a)redhat.com>:
There was one major, and a few minor bugs having to do with
the reference counting of node devices in daemon/remote.c
The major bug was that remoteDispatchNodeDeviceListCaps()
was completely failing to unreference node devices; this
would lead to many open file descriptors, which would eventually
fail.
The minor bugs were along the same lines, but were in rarely
used error paths. Still, they should be corrected.
Signed-off-by: Chris Lalancette <clalance(a)redhat.com>
---
ACK.
Matthias