Skip to content

Commit

Permalink
Merge pull request #1161 from trws/firstnodex-known
Browse files Browse the repository at this point in the history
policies: add firstnodex to the known policies
  • Loading branch information
mergify[bot] committed Apr 6, 2024
2 parents d0b9ac3 + a587a97 commit 6e6576d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/policies/dfu_match_policy_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace resource_model {
bool known_match_policy (const std::string &policy)
{
bool rc = true;
if (policy != FIRST_MATCH
if (policy != FIRST_MATCH && policy != FIRST_NODEX_MATCH
&& policy != HIGH_ID_FIRST && policy != LOW_ID_FIRST
&& policy != LOW_NODE_FIRST && policy != HIGH_NODE_FIRST
&& policy != LOW_NODEX_FIRST && policy != HIGH_NODEX_FIRST
Expand Down

0 comments on commit 6e6576d

Please sign in to comment.