summaryrefslogtreecommitdiffstats
path: root/krfb
diff options
context:
space:
mode:
Diffstat (limited to 'krfb')
-rw-r--r--krfb/krfb/rfbcontroller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krfb/krfb/rfbcontroller.cpp b/krfb/krfb/rfbcontroller.cpp
index 45f2d435..0e273dc2 100644
--- a/krfb/krfb/rfbcontroller.cpp
+++ b/krfb/krfb/rfbcontroller.cpp
@@ -762,14 +762,14 @@ bool RFBController::handleCheckPassword(rfbClientPtr cl,
sendKNotifyEvent("InvalidPassword",
i18n("Failed login attempt from %1: wrong password")
.arg(remoteIp));
- return FALSE;
+ return false;
}
asyncMutex.lock();
asyncQueue.append(new SessionEstablishedEvent(this));
asyncMutex.unlock();
- return TRUE;
+ return true;
}
enum rfbNewClientAction RFBController::handleNewClient(rfbClientPtr cl)