diff --git a/src/output/output.cpp b/src/output/output.cpp index 9175bf42..fabb320a 100644 --- a/src/output/output.cpp +++ b/src/output/output.cpp @@ -150,6 +150,7 @@ namespace Mist { //sync byte 0 = no sync yet, wait for sync from controller... IPC::statExchange tmpEx(statsPage.getData()); unsigned int i = 0; + tmpEx.setSync(0); while (!tmpEx.getSync() && i++ < 30){ Util::wait(100); stats();