ui: fix regression in x509verify parameter for VNC server
commit8c7d06457311b13bc65c9b24df5d895b2826b8c5
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 10 Mar 2015 16:27:34 +0000 (10 16:27 +0000)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 12 Mar 2015 07:22:12 +0000 (12 08:22 +0100)
treec69d51f06879eb07a5715d0a07def27df7196330
parente556032960eaa403da6069aa9abf4dcaddefd710
ui: fix regression in x509verify parameter for VNC server

The 'x509verify' parameter is documented as taking a path to the
x509 certificates, ie the same syntax as the 'x509' parameter.

  commit 4db14629c38611061fc19ec6927405923de84f08
  Author: Gerd Hoffmann <kraxel@redhat.com>
  Date:   Tue Sep 16 12:33:03 2014 +0200

    vnc: switch to QemuOpts, allow multiple servers

caused a regression by turning 'x509verify' into a boolean
parameter instead. This breaks setup from libvirt and is not
consistent with the docs.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/vnc.c