mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 23:12:36 +02:00
fix typo in comment in DomainGatekeeper header
This commit is contained in:
parent
e9845784d5
commit
dd3755596c
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ private:
|
|||
QHash<QString, QUuid> _connectionTokenHash;
|
||||
|
||||
// the word "optimistic" below is used for keys that we request during user connection before the user has
|
||||
// had a change to upload a new public key
|
||||
// had a chance to upload a new public key
|
||||
|
||||
// we don't send back user signature decryption errors for those keys so that there isn't a thrasing of key re-generation
|
||||
// and connection refusal
|
||||
|
|
Loading…
Reference in a new issue