Re: [libvirt] [PATCH] Don't raise an error if the migration cookie is NULL

2011-06-04 Thread Matthias Bolte
2011/6/4 Daniel P. Berrange : > 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 |    7 ++- >  1 files changed, 2 inser

[libvirt] [PATCH] Don't raise an error if the migration cookie is NULL

2011-06-04 Thread Daniel P. Berrange
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 |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/