On Mon, Oct 30, 2017 at 07:14:38AM -0400, John Ferlan wrote:
From: Nikolay Shirokovskiy <[email protected]>After virNetDaemonAddServerPostExec call in virtlogd we should have netserver refcount set to 2. One goes to netdaemon servers hashtable and one goes to virtlogd own reference to netserver. Let's add missing increment in virNetDaemonAddServerPostExec itself while holding daemon lock. We also have to unref new extra ref after virtlockd call to virNetDaemonAddServerPostExec since it mgmt of the @srv would be assumed to be handled by the Hash Table. Signed-off-by: John Ferlan <[email protected]> --- src/locking/lock_daemon.c | 1 + src/rpc/virnetdaemon.c | 1 + 2 files changed, 2 insertions(+)
ACK to this one as well.
signature.asc
Description: Digital signature
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
