Fix recursing flag not being false in initial doSync
This commit is contained in:
parent
f8c8f68c19
commit
3c09b085c0
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ namespace Mist{
|
|||
|
||||
Output::Output(Socket::Connection &conn) : myConn(conn){
|
||||
pushing = false;
|
||||
recursingSync = false;
|
||||
firstTime = 0;
|
||||
firstPacketTime = 0xFFFFFFFFFFFFFFFFull;
|
||||
lastPacketTime = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue