parent
8fb0baa449
commit
0ff7472ce5
1 changed files with 1 additions and 1 deletions
|
@ -1795,5 +1795,5 @@ void WebsocketServerSocketInterface::binaryMessageReceived(const QByteArray &mes
|
|||
|
||||
bool AbstractServerSocketInterface::isPasswordLongEnough(const int passwordLength)
|
||||
{
|
||||
return passwordLength < servatrice->getMinPasswordLength();
|
||||
return passwordLength >= servatrice->getMinPasswordLength();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue