mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +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 isLogging;
|
||||||
int isDaemon;
|
int isDaemon;
|
||||||
|
|
||||||
int running = 1;
|
int running;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
i2p::util::HTTPServer *httpServer;
|
i2p::util::HTTPServer *httpServer;
|
||||||
|
|
Loading…
Add table
Reference in a new issue