fix i2p.cpp

This commit is contained in:
chertov 2014-04-22 08:25:19 +04:00
parent e674014efc
commit edafc3dabf

View File

@ -17,7 +17,7 @@ int main( int argc, char* argv[] )
//TODO Meeh: Find something better to do here.
std::this_thread::sleep_for (std::chrono::seconds(1));
}
Daemon.start();
Daemon.stop();
return 0;
}