mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 13:52:57 +00:00
[host] don't count re-init requests as failures
This commit is contained in:
parent
792200cac4
commit
b23c7808c0
1 changed files with 3 additions and 0 deletions
|
@ -262,6 +262,9 @@ bool Service::Process()
|
|||
DEBUG_ERROR("Maximum frame size of %zd bytes excceds maximum space available", m_capture->GetMaxFrameSize());
|
||||
return false;
|
||||
}
|
||||
|
||||
// re-init request should not count towards a failure to capture
|
||||
--i;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue