mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
fix i2p.cpp
This commit is contained in:
parent
e674014efc
commit
edafc3dabf
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…
Reference in a new issue