Fixed various statistics bugs.

This commit is contained in:
Thulinma 2014-12-05 21:31:45 +01:00
parent 17a93fe927
commit 55046206fe
3 changed files with 104 additions and 9 deletions

View file

@ -34,7 +34,7 @@ namespace Mist {
Output::Output(Socket::Connection & conn) : myConn(conn) {
firstTime = 0;
crc = 0;
crc = getpid();
parseData = false;
wantRequest = true;
sought = false;