]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Fix segfault on daemon reload
authorCole Robinson <crobinso@redhat.com>
Sun, 24 Apr 2016 21:37:13 +0000 (17:37 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 4 May 2016 23:10:43 +0000 (19:10 -0400)
commit1083c0bd715dc0c8ee4fa93c80e0c3b74e7244fc
treede862483937ee7bdcde99fb4fb68ddbcf8aec128
parent6bc1f546de86d12837111b9509cf66360e7e8572
network: Fix segfault on daemon reload

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

(cherry picked from commit 26af7e4e932d72e7ead88e2e687b3ee0ca4718bb)
src/network/bridge_driver.c