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

VPN-6540: Add missing return to addons condition #9772

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

mcleinman
Copy link
Collaborator

Description

Egg on my face from VPN-6529: I missed an early return, and that meant the check kept evaluating. On line 29/30, we enable the addon in all cases - so when the macOS check was disabling the addon, it was being re-enabled a few lines later.

Reference

VPN-6540

Checklist

  • My code follows the style guidelines for this project
  • I have not added any packages that contain high risk or unknown licenses (GPL, LGPL, MPL, etc. consult with DevOps if in question)
  • I have performed a self review of my own code
  • I have commented my code PARTICULARLY in hard to understand areas
  • I have added thorough tests where needed

@mcleinman mcleinman merged commit 8984434 into main Aug 13, 2024
121 checks passed
@mcleinman mcleinman deleted the vpn-6540-add-missing-return branch August 13, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants