]> git.proxmox.com Git - mirror_qemu.git/commit
block: Fix error path in qmp_blockdev_change_medium()
authorKevin Wolf <kwolf@redhat.com>
Mon, 26 Sep 2016 13:03:00 +0000 (15:03 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 29 Sep 2016 12:13:38 +0000 (14:13 +0200)
commit24df38b00e23f76558ac12d7055c2df8d4b05150
tree0e9648c567e7f616439a8146fe3e671dc8f6f828
parent49137bf6845eaecad51a047fc06dd11c56118460
block: Fix error path in qmp_blockdev_change_medium()

Commit 00949bab incorrectly changed one instance of &err into errp while
touching the line. Change it back.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
blockdev.c