aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2024-12-17 17:18:30 +0100
committerPierre Ossman <ossman@cendio.se>2024-12-17 17:18:30 +0100
commit6d5026fe81bae1d3eee9131aba55e9a6305a1160 (patch)
tree1efddf0a4fcdf5ea706d08d89e86271fb1dd5bf3 /common
parent433d39ae13b911d7cd4a1ad9833281dda6074f24 (diff)
downloadtigervnc-6d5026fe81bae1d3eee9131aba55e9a6305a1160.tar.gz
tigervnc-6d5026fe81bae1d3eee9131aba55e9a6305a1160.zip
Fix log name typo for SSecurityRSAAESHEADmaster
Diffstat (limited to 'common')
-rw-r--r--common/rfb/SSecurityRSAAES.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/SSecurityRSAAES.cxx b/common/rfb/SSecurityRSAAES.cxx
index fed213ad..d7e7cc4c 100644
--- a/common/rfb/SSecurityRSAAES.cxx
+++ b/common/rfb/SSecurityRSAAES.cxx
@@ -74,7 +74,7 @@ BoolParameter SSecurityRSAAES::requireUsername
("RequireUsername", "Require username for the RSA-AES security types",
false, ConfServer);
-static LogWriter vlog("CSecurityRSAAES");
+static LogWriter vlog("SSecurityRSAAES");
SSecurityRSAAES::SSecurityRSAAES(SConnection* sc_, uint32_t _secType,
int _keySize, bool _isAllEncrypted)