mirror of https://github.com/xemu-project/xemu.git
qapi: fix example of query-vnc command
The return value is missing the mandatory member @websocket. Fix it. Signed-off-by: Victor Toso <victortoso@redhat.com> Message-Id: <20220331190633.121077-6-victortoso@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
74dd52e556
commit
c7f4a0fc78
|
@ -658,6 +658,7 @@
|
|||
# "host":"127.0.0.1",
|
||||
# "service":"50401",
|
||||
# "family":"ipv4"
|
||||
# "websocket":false,
|
||||
# }
|
||||
# ]
|
||||
# }
|
||||
|
|
Loading…
Reference in New Issue