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 STATUS_NOT_ACTIVE: unbound variable #1426

Merged
merged 22 commits into from
Aug 3, 2023
Merged

Fix STATUS_NOT_ACTIVE: unbound variable #1426

merged 22 commits into from
Aug 3, 2023

Conversation

amkorb
Copy link
Contributor

@amkorb amkorb commented Aug 2, 2023

Concerns issues n° #1413 #1414 #1418

During my audit, i encountered a white space at the end of "Checking status DHCP client" in tests_networking instead of the result message. With the strict mode raised, I got a "STATUS_NOT_ACTIVE: unbound variable" error as reported in the issues above.

The error seems to arise from the absence of "STATUS_NOT_ACTIVE" variable declaration in the languages files.
I've added "STATUS_NOT_ACTIVE="NOT ACTIVE"" to the 22 languages files to resolve this issue.

@mboelen mboelen self-assigned this Aug 3, 2023
@mboelen mboelen merged commit 0966185 into CISOfy:master Aug 3, 2023
@mboelen
Copy link
Member

mboelen commented Aug 3, 2023

Thanks, merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants