From d8f608abff34950ba45ba9b748e0d5e0f4cc081f Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Tue, 13 Dec 2011 12:15:54 -0800 Subject: [PATCH] Needed for testing, will remove when done. --- Application.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application.cpp b/Application.cpp index 859f28c4c7..ec31953d6a 100644 --- a/Application.cpp +++ b/Application.cpp @@ -38,6 +38,8 @@ void Application::run() theApp->setDB(new SqliteDatabase(filename.c_str())); mDatabase->connect(); + return; // TEMPORARY + if(theConfig.PEER_PORT) { mPeerDoor=new PeerDoor(mIOService);