]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
monitor: fix client_migrate_info error handling
authorYonit Halperin <yhalperi@redhat.com>
Sun, 18 Mar 2012 07:42:39 +0000 (09:42 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 19 Mar 2012 12:12:19 +0000 (13:12 +0100)
commit6ec5dae5a49f2933dc9b3925d8054eb380a56d88
tree0716a499563b2a304a536e148ffb909277cbfa98
parentd0638b185c92a3fa8c82c2ef229312e9dbbd555c
monitor: fix client_migrate_info error handling

Report QERR_MISSING_PARAMETER when port is missing. Otherwise
QERR_UNDEFINED_ERROR will occur.

rhbz #795652

Signed-off-by: Yonit Halperin <yhalperi@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
monitor.c