mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02:00
fix daemon
This commit is contained in:
parent
edafc3dabf
commit
6516b64960
1 changed files with 1 additions and 1 deletions
2
Daemon.h
2
Daemon.h
|
@ -16,7 +16,7 @@ namespace i2p
|
|||
int isLogging;
|
||||
int isDaemon;
|
||||
|
||||
int running = 1;
|
||||
int running;
|
||||
|
||||
private:
|
||||
i2p::util::HTTPServer *httpServer;
|
||||
|
|
Loading…
Add table
Reference in a new issue