mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
* fix compilation warnings
This commit is contained in:
@@ -45,7 +45,7 @@ namespace i2p
|
||||
return false;
|
||||
}
|
||||
|
||||
if (isDaemon == 1)
|
||||
if (isDaemon)
|
||||
{
|
||||
LogPrint(eLogDebug, "Daemon: running as service");
|
||||
I2PService service(SERVICE_NAME);
|
||||
|
||||
Reference in New Issue
Block a user