diff --git a/i2p.cpp b/i2p.cpp index 3d8ef13b..3c5f3637 100644 --- a/i2p.cpp +++ b/i2p.cpp @@ -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; }