UE-2919: add termination checks around handleReportInternally

This commit is contained in:
Alex Coyte
2016-03-07 14:48:01 +11:00
committed by Matthew Barr
parent 9c9eb2ca9a
commit 4a482b07ea
3 changed files with 9 additions and 2 deletions

View File

@@ -184,6 +184,7 @@ hwlmcb_rv_t roseHandleChainMatch(const struct RoseEngine *t,
* be known to be consistent */
if (ensureMpvQueueFlushed(t, scratch, qi, loc, in_catchup)
== HWLM_TERMINATE_MATCHING) {
DEBUG_PRINTF("terminating...\n");
return HWLM_TERMINATE_MATCHING;
}
}