mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
cleanups
This commit is contained in:
parent
bd3d7124e2
commit
907be67135
1 changed files with 2 additions and 2 deletions
|
@ -193,7 +193,7 @@ void AssignmentClient::sendAssignmentRequest() {
|
|||
localAssignmentServerPort)) {
|
||||
if (localAssignmentServerPort != _assignmentServerSocket.getPort()) {
|
||||
qDebug() << "Port for local assignment server read from shared memory is"
|
||||
<< localAssignmentServerPort;
|
||||
<< localAssignmentServerPort;
|
||||
|
||||
_assignmentServerSocket.setPort(localAssignmentServerPort);
|
||||
nodeList->setAssignmentServerSocket(_assignmentServerSocket);
|
||||
|
@ -203,7 +203,7 @@ void AssignmentClient::sendAssignmentRequest() {
|
|||
qDebug () << "- will attempt to connect to domain-server on" << _assignmentServerSocket.getPort();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
nodeList->sendAssignment(_requestAssignment);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue