avatar mixer still needs to check in with DS

This commit is contained in:
Stephen Birarda 2013-04-29 12:53:05 -07:00
parent be0bf37109
commit c3c9616afb

View file

@ -58,6 +58,7 @@ int main(int argc, const char* argv[])
agentList->linkedDataCreateCallback = attachAvatarDataToAgent;
agentList->startDomainServerCheckInThread();
agentList->startSilentAgentRemovalThread();
sockaddr *agentAddress = new sockaddr;
@ -105,6 +106,7 @@ int main(int argc, const char* argv[])
}
agentList->stopSilentAgentRemovalThread();
agentList->stopDomainServerCheckInThread();
return 0;
}