We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0b9ac3 + a587a97 commit 6e6576dCopy full SHA for 6e6576d
resource/policies/dfu_match_policy_factory.cpp
@@ -23,7 +23,7 @@ namespace resource_model {
23
bool known_match_policy (const std::string &policy)
24
{
25
bool rc = true;
26
- if (policy != FIRST_MATCH
+ if (policy != FIRST_MATCH && policy != FIRST_NODEX_MATCH
27
&& policy != HIGH_ID_FIRST && policy != LOW_ID_FIRST
28
&& policy != LOW_NODE_FIRST && policy != HIGH_NODE_FIRST
29
&& policy != LOW_NODEX_FIRST && policy != HIGH_NODEX_FIRST
0 commit comments