aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/WinPasswdValidator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/WinPasswdValidator.cxx')
-rw-r--r--common/rfb/WinPasswdValidator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/rfb/WinPasswdValidator.cxx b/common/rfb/WinPasswdValidator.cxx
index 84832e81..a6281950 100644
--- a/common/rfb/WinPasswdValidator.cxx
+++ b/common/rfb/WinPasswdValidator.cxx
@@ -30,7 +30,8 @@ using namespace rfb;
// This method will only work for Windows NT, 2000, and XP (and possibly Vista)
bool WinPasswdValidator::validateInternal(rfb::SConnection* /*sc*/,
const char* username,
- const char* password)
+ const char* password,
+ std::string & /* msg */)
{
HANDLE handle;