mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:01:09 +02:00
Fix Typo
This commit is contained in:
parent
4c1ba8b1aa
commit
eaeb111bf1
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ void AssignmentClientMonitor::handleChildStatusPacket(QSharedPointer<ReceivedMes
|
||||||
AssignmentClientChildData* childData = nullptr;
|
AssignmentClientChildData* childData = nullptr;
|
||||||
|
|
||||||
if (!matchingNode) {
|
if (!matchingNode) {
|
||||||
// The parent only expects to be talking with prorams running on this same machine.
|
// The parent only expects to be talking with programs running on this same machine.
|
||||||
if (senderSockAddr.getAddress() == QHostAddress::LocalHost ||
|
if (senderSockAddr.getAddress() == QHostAddress::LocalHost ||
|
||||||
senderSockAddr.getAddress() == QHostAddress::LocalHostIPv6) {
|
senderSockAddr.getAddress() == QHostAddress::LocalHostIPv6) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue