]> git.proxmox.com Git - qemu.git/commit
Fix the inconsistency in x509-dh-key-file parameter
authorLei Li <lilei@linux.vnet.ibm.com>
Mon, 19 Nov 2012 09:15:08 +0000 (17:15 +0800)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 21 Nov 2012 13:46:11 +0000 (14:46 +0100)
commit9995c0b706a2270a49c5bebbcda0b62263a31aa3
tree77ab7484bb44235bf5e875fc51aeba794eb357c0
parent1ccbc2851282564308f790753d7158487b6af8e2
Fix the inconsistency in x509-dh-key-file parameter

Commit c448e8552b0f6135dabddf944a7110f929c08320 (spice: tls
support) added options to the -spice command line. But there
is an inconsistency between the declaration of the option
'x509-dh-key-file' to -spice command line and its parameter
parsing 'x509-dh-file' in function qemu_spice_init.

https://bugs.launchpad.net/qemu/+bug/1035042

Reported-by: Alon Bar-Lev <alon.barlev@gmail.com>
Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/spice-core.c