diff options
Diffstat (limited to 'common/rfb/UnixPasswordValidator.cxx')
-rw-r--r-- | common/rfb/UnixPasswordValidator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/UnixPasswordValidator.cxx b/common/rfb/UnixPasswordValidator.cxx index ee7bc0da..fa1513a4 100644 --- a/common/rfb/UnixPasswordValidator.cxx +++ b/common/rfb/UnixPasswordValidator.cxx @@ -37,7 +37,7 @@ AliasParameter pam_service("pam_service", "Alias for PAMService", int do_pam_auth(const char *service, const char *username, const char *password); -bool UnixPasswordValidator::validateInternal(SConnection * sc, +bool UnixPasswordValidator::validateInternal(SConnection * /*sc*/, const char *username, const char *password) { |