From c57e98cde5e67e66a16c066a7879b78b9e556d30 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 18 Feb 2013 08:59:02 -0800 Subject: [PATCH] switch back to EC2 domain server --- mixer/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixer/src/main.cpp b/mixer/src/main.cpp index 5c73475759..f34a1110e3 100644 --- a/mixer/src/main.cpp +++ b/mixer/src/main.cpp @@ -35,7 +35,7 @@ const long MAX_SAMPLE_VALUE = std::numeric_limits::max(); const long MIN_SAMPLE_VALUE = std::numeric_limits::min(); 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; const int MAX_SOURCE_BUFFERS = 20;