]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Don't unlock non-locked network driver
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 28 Nov 2016 15:45:12 +0000 (16:45 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 6 Dec 2016 12:33:18 +0000 (13:33 +0100)
commit03e3da2212a48fb97f22628aacfe1625977eb9af
tree682b303e57b8f5ea042e01ef4e3dbf664ca659b1
parentfbec5b949ba61cdf67dab2c70a385d3062306b83
network: Don't unlock non-locked network driver

In dd7bfb2cdc5d I've removed locking of the network driver upon
it's allocation. However, I forgot to remove one location of the
driver unlock.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/network/bridge_driver.c