mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-05-14 16:15:20 +00:00
* fix compilation warnings
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ namespace i2p
|
||||
{
|
||||
bool DaemonLinux::start()
|
||||
{
|
||||
if (isDaemon == 1)
|
||||
if (isDaemon)
|
||||
{
|
||||
pid_t pid;
|
||||
pid = fork();
|
||||
|
||||
Reference in New Issue
Block a user