Browse Source

fix i2p.cpp

pull/68/head
chertov 10 years ago
parent
commit
edafc3dabf
  1. 2
      i2p.cpp

2
i2p.cpp

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

Loading…
Cancel
Save