[host] don't count re-init requests as failures

This commit is contained in:
Geoffrey McRae 2018-05-29 18:36:37 +10:00
parent 792200cac4
commit b23c7808c0

View File

@ -262,6 +262,9 @@ bool Service::Process()
DEBUG_ERROR("Maximum frame size of %zd bytes excceds maximum space available", m_capture->GetMaxFrameSize()); DEBUG_ERROR("Maximum frame size of %zd bytes excceds maximum space available", m_capture->GetMaxFrameSize());
return false; return false;
} }
// re-init request should not count towards a failure to capture
--i;
continue; continue;
} }