]> git.proxmox.com Git - qemu.git/commit - ui/spice-core.c
Error out when tls-channel option is used without TLS
authorChristophe Fergeau <cfergeau@redhat.com>
Fri, 24 Feb 2012 17:28:32 +0000 (18:28 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 28 Feb 2012 16:22:30 +0000 (17:22 +0100)
commit35c633291439185d3bbf84da23db1572498e0d5d
tree06d1fee1849d1edd690b6ea37540b87b06bac270
parent339a475f50ae0df8d2e222e47f1264811d5f6bee
Error out when tls-channel option is used without TLS

It's currently possible to setup spice channels using TLS when
no TLS port has been specified (ie TLS is disabled). This cannot
work, so better to error out in such a situation.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/spice-core.c