From 28fc63c5d04832e9f626c2114f8baf347cc51a47 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Fri, 11 May 2012 19:17:36 +0200 Subject: [PATCH] Uplink mode disabled temporarily for standalone release purposes. --- src/controller.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/controller.cpp b/src/controller.cpp index b96826bc..79a2b605 100644 --- a/src/controller.cpp +++ b/src/controller.cpp @@ -365,6 +365,8 @@ int main(int argc, char ** argv){ } } if (!gotUplink){ + /// \todo Uplink disabled until gearbox is live. Simply comment this section back in to re-enable. + /* Incoming = Socket::Connection("gearbox.ddvtech.com", 4242, true); if (Incoming.connected()){ users.push_back(Incoming); @@ -372,6 +374,7 @@ int main(int argc, char ** argv){ uplink = &users.back(); gotUplink = true; } + */ } if (gotUplink){ Response.null(); //make sure no data leaks from previous requests