Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adminchannel: fix unmatchable caret in regex #2221

Merged
merged 1 commit into from
Dec 9, 2021

Conversation

dgw
Copy link
Member

@dgw dgw commented Dec 8, 2021

Description

configureHostMask has had an unmatchable caret in one of its regular expressions since 2014. The fix for master/8.0 will be more like a minor refactor; this is just a patch to fix the obvious bug for stable.

Checklist

  • I have read CONTRIBUTING.md
  • I can and do license this contribution under the EFLv2
  • No issues are reported by make qa (runs make quality and make test)
  • I have tested the functionality of the things this change touches

Notes

Merging to backports-7.1.7, which is where I've been staging all of the backported patches that were originally merged to master. Doing it this way (instead of sending this to 7.1.x) lets me avoid an annoying rebase later.

`configureHostMask` has had an unmatchable caret in one of its regular
expressions since 2014. The fix for master/8.0 will be more like a minor
refactor; this is just a patch to fix the obvious bug for stable.
@dgw dgw added the Bugfix Generally, PRs that reference (and fix) one or more issue(s) label Dec 8, 2021
@dgw dgw added this to the 7.1.7 milestone Dec 8, 2021
@dgw dgw requested a review from a team December 8, 2021 07:44
Copy link
Contributor

@Exirel Exirel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK this was actually a very dumb and easy to fix typo.

@dgw dgw merged commit 7e60a03 into backports-7.1.7 Dec 9, 2021
@dgw dgw deleted the 7.x-adminchannel-regex branch December 9, 2021 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Generally, PRs that reference (and fix) one or more issue(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants