diff options
author | Pierre Ossman <ossman@cendio.se> | 2017-09-01 11:15:57 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2017-09-01 11:15:57 +0200 |
commit | b993ea78d72323709a9e1c6a2fac03e214ef5209 (patch) | |
tree | 5d1a29da82884e5c8a8f79574d5f4d96a7a87825 /common/rfb/CSecurityVeNCrypt.h | |
parent | e43e5e30517498ec070b568a7d91edb942779d63 (diff) | |
download | tigervnc-b993ea78d72323709a9e1c6a2fac03e214ef5209.tar.gz tigervnc-b993ea78d72323709a9e1c6a2fac03e214ef5209.zip |
Use better security method description when using VeNCrypt
The sub-modules generally provide a better description than just the
short security method name.
Diffstat (limited to 'common/rfb/CSecurityVeNCrypt.h')
-rw-r--r-- | common/rfb/CSecurityVeNCrypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/CSecurityVeNCrypt.h b/common/rfb/CSecurityVeNCrypt.h index 1ff0c020..6d978c75 100644 --- a/common/rfb/CSecurityVeNCrypt.h +++ b/common/rfb/CSecurityVeNCrypt.h @@ -38,7 +38,7 @@ namespace rfb { ~CSecurityVeNCrypt(); virtual bool processMsg(CConnection* cc);// { return true; } int getType() const {return chosenType;} - virtual const char* description() const { return secTypeName(chosenType); } + virtual const char* description() const; virtual bool isSecure() const; protected: |