]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: net: Fix deadlock if assignment of network def fails
authorPeter Krempa <pkrempa@redhat.com>
Fri, 26 Oct 2012 12:33:13 +0000 (14:33 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 2 Nov 2012 12:28:39 +0000 (13:28 +0100)
commitf8230891243f86e920d04a0751512cc31055ff8c
tree242651795280db0321d80e31919ec2d26a1748b0
parent947230fb56325c86d318215a3e6c9cdb379dc966
conf: net: Fix deadlock if assignment of network def fails

When the assignment fails, the network object is not unlocked and next
call that would use it deadlocks.
src/conf/network_conf.c