mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
fixed #1047. Return EXIT_FAILURE
This commit is contained in:
parent
be16545063
commit
c7db9010ad
@ -22,6 +22,8 @@ int main( int argc, char* argv[] )
|
||||
{
|
||||
if (Daemon.start())
|
||||
Daemon.run ();
|
||||
else
|
||||
return EXIT_FAILURE;
|
||||
Daemon.stop();
|
||||
}
|
||||
return EXIT_SUCCESS;
|
||||
|
Loading…
Reference in New Issue
Block a user