From edafc3dabf1d7ca364cd113862f2b54456307049 Mon Sep 17 00:00:00 2001 From: chertov Date: Tue, 22 Apr 2014 08:25:19 +0400 Subject: [PATCH] fix i2p.cpp --- i2p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }