]> git.proxmox.com Git - qemu.git/commit
Make spice dummy functions inline to fix calls not checking return values
authorJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 1 Feb 2011 14:53:23 +0000 (15:53 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 3 May 2011 13:35:48 +0000 (15:35 +0200)
commit14da8345b2f7c21bab20fd12b755a61d6277f171
tree83f54fa0ed99d3aa9e349f720ef796737a946355
parentd2d979c628e4b2c4a3cb71a31841875795c79043
Make spice dummy functions inline to fix calls not checking return values

qemu_spice_set_passwd() and qemu_spice_set_pw_expire() dummy functions
needs to be inline, in order to handle the case where they are called
without checking the return value.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/qemu-spice.h