From 80b8de6cc307092a1566ee78d2a063bb18e61e5e Mon Sep 17 00:00:00 2001 From: Artem Prilutskiy Date: Thu, 8 Jun 2017 15:47:40 +0300 Subject: [PATCH] Improved accuracy --- RewindClient.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/RewindClient.c b/RewindClient.c index fa54ba5..868279b 100644 --- a/RewindClient.c +++ b/RewindClient.c @@ -348,17 +348,16 @@ int WaitForRewindSessionEnd(struct RewindContext* context, struct RewindSessionP threshold2.tv_sec = 0; threshold2.tv_usec = 0; } + if ((threshold2.tv_sec != 0) && + (timercmp(&now, &threshold2, >))) + { + // No active sessions during + return CLIENT_ERROR_SUCCESS; + } state |= 0b10; break; } - if ((threshold2.tv_sec != 0) && - (timercmp(&now, &threshold2, >))) - { - // No active sessions during - return CLIENT_ERROR_SUCCESS; - } - if (state == 0b11) { // Got REWIND_TYPE_KEEP_ALIVE and REWIND_TYPE_SESSION_POLL