mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
vnc: set name for all I/O channels created
Ensure that all I/O channels created for VNC are given names to distinguish their respective roles. Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
6f01f136af
commit
10bcfe5897
3 changed files with 11 additions and 0 deletions
|
@ -116,6 +116,7 @@ static int protocol_client_vencrypt_auth(VncState *vs, uint8_t *data, size_t len
|
|||
return 0;
|
||||
}
|
||||
|
||||
qio_channel_set_name(QIO_CHANNEL(tls), "vnc-server-tls");
|
||||
VNC_DEBUG("Start TLS VeNCrypt handshake process\n");
|
||||
object_unref(OBJECT(vs->ioc));
|
||||
vs->ioc = QIO_CHANNEL(tls);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue