
28 Apr
2017
28 Apr
'17
7:38 a.m.
On 04/26/2017 06:50 AM, Pavel Hrdina wrote:
This patch changes following output:
... <graphics type='vnc' port='-1' autoport='yes'> <listen type='none'/> </graphics> ...
into this output:
... <graphics type='vnc'> <listen type='none'/> </graphics> ...
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/conf/domain_conf.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-)
ACK John