don't commit birarda's local IP to AgentList

This commit is contained in:
Stephen Birarda 2013-05-06 13:44:40 -07:00
parent f9edfd3b83
commit a4c525e308

View file

@ -31,7 +31,7 @@ const char SOLO_AGENT_TYPES[3] = {
};
char DOMAIN_HOSTNAME[] = "highfidelity.below92.com";
char DOMAIN_IP[100] = "192.168.1.47"; // IP Address will be re-set by lookup on startup
char DOMAIN_IP[100] = ""; // IP Address will be re-set by lookup on startup
const int DOMAINSERVER_PORT = 40102;
bool silentAgentThreadStopFlag = false;