type star squish in domain server

This commit is contained in:
Stephen Birarda 2013-05-06 13:14:58 -07:00
parent e8babd6d1e
commit 2a240f6474

View file

@ -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*) g&agentLocalAddress);
// check the agent public address
// if it matches our local address we're on the same box