qga: fixed CloseHandle in qmp_guest_file_open
commitc87d0964ef7534d50a4c729a6ae20045b3a0cd34
authorOlga Krishtal <okrishtal@parallels.com>
Wed, 28 Oct 2015 15:13:56 +0000 (28 18:13 +0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 4 Nov 2015 13:37:56 +0000 (4 07:37 -0600)
tree90bd1ff7b208c361edb3df62b14124f31201e632
parent125053965b05b31427ff5c75dc3b87acaa8d0505
qga: fixed CloseHandle in qmp_guest_file_open

CloseHandle use HANDLE as an argument, but not *HANDLE

Signed-off-by: Olga Krishtal <okrishtal@parallels.com>
Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
CC: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
qga/commands-win32.c