mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:51:01 +02:00
Merge pull request #205 from birarda/domain-rfd
remove an extra character breaking build
This commit is contained in:
commit
7508d594d1
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;
|
std::map<char, Agent *> newestSoloAgents;
|
||||||
|
|
||||||
agentType = packetData[1];
|
agentType = packetData[1];
|
||||||
unpackSocket(&packetData[2], (sockaddr*) g&agentLocalAddress);
|
unpackSocket(&packetData[2], (sockaddr*) &agentLocalAddress);
|
||||||
|
|
||||||
// check the agent public address
|
// check the agent public address
|
||||||
// if it matches our local address we're on the same box
|
// if it matches our local address we're on the same box
|
||||||
|
|
Loading…
Reference in a new issue