Re: [libvirt] [PATCH v5 2/3] virtlogd: add missing netserver refcount increment on reload

2017-10-30 Thread Martin Kletzander
On Mon, Oct 30, 2017 at 07:14:38AM -0400, John Ferlan wrote: From: Nikolay Shirokovskiy 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

[libvirt] [PATCH v5 2/3] virtlogd: add missing netserver refcount increment on reload

2017-10-30 Thread John Ferlan
From: Nikolay Shirokovskiy 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