1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-07 07:44:13 +00:00

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;
}