diff options
author | dscho <dscho> | 2003-08-06 15:12:49 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-08-06 15:12:49 +0000 |
commit | 4fcb60871bb33d48e68bbd8f40a84aa4cfa2c805 (patch) | |
tree | ce851972d9b71807b4e84e004d9d1356c3d002cb /auth.c | |
parent | 79c414ab99d16b92e6436388cfb9f70f7c04ccde (diff) | |
download | libtdevnc-4fcb60871bb33d48e68bbd8f40a84aa4cfa2c805.tar.gz libtdevnc-4fcb60871bb33d48e68bbd8f40a84aa4cfa2c805.zip |
rfbErr introduced
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ rfbAuthProcessClientMessage(cl) } if(!cl->screen->passwordCheck(cl,(const char*)response,CHALLENGESIZE)) { - rfbLog("rfbAuthProcessClientMessage: password check failed\n"); + rfbErr("rfbAuthProcessClientMessage: password check failed\n"); authResult = Swap32IfLE(rfbVncAuthFailed); if (WriteExact(cl, (char *)&authResult, 4) < 0) { rfbLogPerror("rfbAuthProcessClientMessage: write"); |