mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fix i2p.cpp
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user