mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* fix compilation warnings
This commit is contained in:
parent
f62d25fa5f
commit
1b2ac38a50
12 changed files with 13 additions and 15 deletions
|
@ -45,7 +45,7 @@ namespace i2p
|
|||
return false;
|
||||
}
|
||||
|
||||
if (isDaemon == 1)
|
||||
if (isDaemon)
|
||||
{
|
||||
LogPrint(eLogDebug, "Daemon: running as service");
|
||||
I2PService service(SERVICE_NAME);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue