]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't raise an error if the migration cookie is NULL
authorDaniel P. Berrange <berrange@redhat.com>
Sat, 4 Jun 2011 10:14:05 +0000 (06:14 -0400)
committerDaniel P. Berrange <berrange@redhat.com>
Sat, 4 Jun 2011 11:26:32 +0000 (07:26 -0400)
commita50f5f6faad91c32ca56eb68af37b74b4700763e
tree06c8e3974d43ce0b9ac1cdf93d6f2fe6005438de
parenta018c0b910401ad66940414f10df5e68f1ab4fb3
Don't raise an error if the migration cookie is NULL

The v2 migration protocol doesn't use cookies, so we should not
be raising an error if the cookie parameters are NULL.

* src/qemu/qemu_migration.c: Don't raise error if cookie is NULL
src/qemu/qemu_migration.c