Skip to content

Commit 0950d6c

Browse files
serivflowerysong
authored andcommitted
ignore unknown methods
trusteddomainproject/OpenARC#116
1 parent 3ff7b30 commit 0950d6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openarc/openarc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3660,6 +3660,8 @@ mlfi_eom(SMFICTX *ctx)
36603660

36613661
for (n = 0; n < ar.ares_count; n++)
36623662
{
3663+
if (ar.ares_result[n].result_method == ARES_METHOD_UNKNOWN)
3664+
continue;
36633665
if (ar.ares_result[n].result_method == ARES_METHOD_ARC)
36643666
{
36653667
/*

0 commit comments

Comments
 (0)