diff options
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ rfbAuthProcessClientMessage(cl) return; } - if(!cl->screen->passwordCheck(cl,response,CHALLENGESIZE)) { + if(!cl->screen->passwordCheck(cl,(const char*)response,CHALLENGESIZE)) { rfbLog("rfbAuthProcessClientMessage: password check failed\n"); authResult = Swap32IfLE(rfbVncAuthFailed); if (WriteExact(cl, (char *)&authResult, 4) < 0) { |