Commit 42e2d799 authored by aligungr's avatar aligungr

NAS timer expiry count bug fix

parent 073da626
...@@ -107,7 +107,7 @@ bool NasTimer::performTick() ...@@ -107,7 +107,7 @@ bool NasTimer::performTick()
if (remainingSec < 0) if (remainingSec < 0)
{ {
stop(); stop(false);
expiryCount++; expiryCount++;
return true; return true;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment