]> source.dussan.org Git - tigervnc.git/commit
Correctly handle cancelled authentication
authorPierre Ossman <ossman@cendio.se>
Wed, 7 Aug 2024 07:49:22 +0000 (09:49 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 7 Aug 2024 09:02:17 +0000 (11:02 +0200)
commitb4363357f5dbba6ced0faa32e47c19047698e8bd
treede2633c23472d67ef5cf61569494481f9a158d9b
parent948be98f5210673a809fb8cc1b3b264b0efc1244
Correctly handle cancelled authentication

We should not be throwing up error messages, or asking to reconnect, if
the user has actively cancelled the authentication attempt.
common/rfb/CSecurityTLS.cxx
vncviewer/CConn.cxx
vncviewer/UserDialog.cxx