Skip to content

Commit

Permalink
fix i2p.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chertov committed Apr 22, 2014
1 parent e674014 commit edafc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i2p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit edafc3d

Please sign in to comment.