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

Fix locking in freeradius::module::detail #211

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Conversation

amateo
Copy link
Collaborator

@amateo amateo commented Sep 26, 2023

The locking parameter is a Enum['no', 'yes'], so it can't be checked neither assigned as a boolean. The assignment must be to the value of the parameter, if present.

The locking parameter is a Enum['no', 'yes'], so we can't check it as
boolean. The assignment must be to the value of the parameter.
@amateo
Copy link
Collaborator Author

amateo commented Sep 26, 2023

PDK test is failing, but I think the error is not related with my commit.

@djjudas21
Copy link
Owner

The PDK test failure looks unrelated, so I'm happy to override it and merge this. We'll worry about the tests another day 🙃 Thanks for the fix!

@djjudas21 djjudas21 merged commit 7b77721 into djjudas21:main Sep 27, 2023
1 of 2 checks passed
@amateo amateo deleted the detail branch September 28, 2023 06:22
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.

2 participants