fix daemon

This commit is contained in:
root 2014-04-22 07:13:35 +02:00
parent edafc3dabf
commit 6516b64960

View File

@ -16,7 +16,7 @@ namespace i2p
int isLogging;
int isDaemon;
int running = 1;
int running;
private:
i2p::util::HTTPServer *httpServer;