From baa9919564af618747e35a343501c0efd83c2097 Mon Sep 17 00:00:00 2001 From: Sergey Ivanov Date: Sat, 6 Oct 2018 14:21:41 -0400 Subject: [PATCH] ignore unknown methods --- openarc/openarc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openarc/openarc.c b/openarc/openarc.c index 8327a26b..740d8085 100644 --- a/openarc/openarc.c +++ b/openarc/openarc.c @@ -3517,6 +3517,8 @@ mlfi_eom(SMFICTX *ctx) for (n = 0; n < ar.ares_count; n++) { + if (ar.ares_result[n].result_method == ARES_METHOD_UNKNOWN) + continue; if (ar.ares_result[n].result_method == ARES_METHOD_ARC) { /*