
9 Jun
2016
9 Jun
'16
12:25 p.m.
On Wed, Jun 08, 2016 at 05:25:39PM +0200, Pavel Hrdina wrote:
There is no need to check again for vnc socket.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/qemu/qemu_command.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-)
Just a nit: the condition above still checks for cfg->vncAutoUnixSocket and can be moved without conflicts after patch 3/10 which removes it. Jan