Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nsc): properly check hairpinning rule
Previously, we would iterate over rulesFromNode, but then check it against the entirety of the rulesNeeded hash. This resulted in the loop breaking as soon as it found any matching rule from the host rather than it breaking if it matched the rule that we were currently processing.
- Loading branch information