mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 12:32:12 +02:00
remove an accidentally added g
This commit is contained in:
parent
49042046de
commit
969bf7645a
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*) g&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