mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 16:32:42 +02:00
type star squish in domain server
This commit is contained in:
parent
499899c6e0
commit
e8babd6d1e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ int main(int argc, const char * argv[])
|
|||
std::map<char, Agent *> newestSoloAgents;
|
||||
|
||||
agentType = packetData[1];
|
||||
unpackSocket(&packetData[2], (sockaddr *)&agentLocalAddress);
|
||||
unpackSocket(&packetData[2], (sockaddr*) &agentLocalAddress);
|
||||
|
||||
// check the agent public address
|
||||
// if it matches our local address we're on the same box
|
||||
|
|
Loading…
Reference in a new issue