]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix locking with qemuMigrationPrepareTunnel method
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 16 May 2011 14:17:15 +0000 (15:17 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 16 May 2011 14:17:15 +0000 (15:17 +0100)
commit9ab245585b65b822782d05ee24cc682cf2f0f801
treea12655c72021b70fae244b3947391c7092c1a874
parentd59e14a1a20e7d0ef91f2f4738d63295ab1c3d2b
Fix locking with qemuMigrationPrepareTunnel method

The qemuMigrationPrepareTunnel method should not unlock the
qemu driver, since that is the caller's job.

* src/qemu/qemu_migration.c: Fix qemuMigrationPrepareTunnel
  unlocking of QEMU driver
src/qemu/qemu_migration.c