]> 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)
committerCole Robinson <crobinso@redhat.com>
Sun, 9 Dec 2012 21:20:57 +0000 (16:20 -0500)
commit2d49ed5d18f0734e3c4461347703cc2305137e8b
tree8c250f85ee29e77882d2d68592168d13f51e6e88
parent43995ddcc41b6de80375bc97ed800f6e9368276f
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.
(cherry picked from commit f8230891243f86e920d04a0751512cc31055ff8c)
src/conf/network_conf.c