Needed for testing, will remove when done.

This commit is contained in:
JoelKatz
2011-12-13 12:15:54 -08:00
parent 8d4ccc712b
commit d8f608abff

View File

@@ -38,6 +38,8 @@ void Application::run()
theApp->setDB(new SqliteDatabase(filename.c_str())); theApp->setDB(new SqliteDatabase(filename.c_str()));
mDatabase->connect(); mDatabase->connect();
return; // TEMPORARY
if(theConfig.PEER_PORT) if(theConfig.PEER_PORT)
{ {
mPeerDoor=new PeerDoor(mIOService); mPeerDoor=new PeerDoor(mIOService);