mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fix i2p.cpp
This commit is contained in:
parent
e674014efc
commit
edafc3dabf
1 changed files with 1 additions and 1 deletions
2
i2p.cpp
2
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue