mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 16:44:04 +02:00
Remove typo that somehow got into a comment
This commit is contained in:
parent
5067729c52
commit
6d7f711990
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ Connection* Socket::findOrCreateConnection(const HifiSockAddr& sockAddr, bool fi
|
|||
// we did not have a matching connection, time to see if we should make one
|
||||
|
||||
if (filterCreate && _connectionCreationFilterOperator && !_connectionCreationFilterOperator(sockAddr)) {
|
||||
// the connection creation filter did not allow us to create a new connectionclientHandshakeRequestComplete
|
||||
// the connection creation filter did not allow us to create a new connection
|
||||
#ifdef UDT_CONNECTION_DEBUG
|
||||
qCDebug(networking) << "Socket::findOrCreateConnection refusing to create Connection class for" << sockAddr
|
||||
<< "due to connection creation filter";
|
||||
|
|
Loading…
Reference in a new issue