Re: [libvirt] [PATCH 2/5] libvirtd: Alter order of virNetDaemonNew

2017-11-09 Thread Erik Skultety
On Tue, Nov 07, 2017 at 09:39:53PM -0500, John Ferlan wrote: > Let's be sure we can get a Daemon object before the server object. > This is a more "orderly" way to do things since the svr object would > be added to the dmn object afterwards. > > Signed-off-by: John Ferlan

[libvirt] [PATCH 2/5] libvirtd: Alter order of virNetDaemonNew

2017-11-07 Thread John Ferlan
Let's be sure we can get a Daemon object before the server object. This is a more "orderly" way to do things since the svr object would be added to the dmn object afterwards. Signed-off-by: John Ferlan --- daemon/libvirtd.c | 8 ++-- 1 file changed, 6 insertions(+), 2