From 3fe8c0643c0a62962710f5f7737c4a6d98e132d5 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 26 Mar 2013 11:00:57 -0700 Subject: [PATCH] remove hardcoded DOMAIN_IP from AgentList --- shared/src/AgentList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/src/AgentList.cpp b/shared/src/AgentList.cpp index 3ff902802c..072bdc1079 100644 --- a/shared/src/AgentList.cpp +++ b/shared/src/AgentList.cpp @@ -20,7 +20,7 @@ const char * SOLO_AGENT_TYPES_STRING = "MV"; 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;