Re: [libvirt] [PATCH 1/4] network: Fix segfault on daemon reload

2016-04-29 Thread John Ferlan
On 04/24/2016 07:22 PM, Cole Robinson wrote: > We will segfault of a daemon reload picks up a new network config > that needs to be autostarted. We shouldn't be passing NULL for > network_driver here. This seems like it was missed in the larger > rework in commit 1009a61e > --- >

[libvirt] [PATCH 1/4] network: Fix segfault on daemon reload

2016-04-24 Thread Cole Robinson
We will segfault of a daemon reload picks up a new network config that needs to be autostarted. We shouldn't be passing NULL for network_driver here. This seems like it was missed in the larger rework in commit 1009a61e --- src/network/bridge_driver.c | 2 +- 1 file changed, 1 insertion(+), 1