Skip to content

Commit

Permalink
Some leftovers after groups merge (yandex#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
x4m authored May 14, 2024
1 parent 8ba1e23 commit 3765e3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed .clion.source.upload.marker
Empty file.
2 changes: 1 addition & 1 deletion sources/rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ od_rules_forward_sequential(od_rules_t *rules, char *db_name, char *user_name,
continue;
}
if (pool_internal) {
if (rule->pool->routing != OD_RULE_POOL_INTERVAL) {
if (rule->pool->routing != OD_RULE_POOL_INTERNAL) {
continue;
}
} else {
Expand Down

0 comments on commit 3765e3b

Please sign in to comment.