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: LateInitializationError sshrvdPort #275

Merged
merged 2 commits into from
Jul 23, 2023
Merged

Conversation

XavierChanth
Copy link
Member

@XavierChanth XavierChanth commented Jul 22, 2023

- What I did

sshrvdPort was a late final variable, which meant it was causing a LateInitializationError.
Removed the final modifier, and cleaned up how we expose it to the public interface.

- How I did it

- How to verify it

- Description for the changelog
fix: LateInitializationError sshrvdPort

@XavierChanth XavierChanth marked this pull request as ready for review July 22, 2023 04:15
@XavierChanth XavierChanth self-assigned this Jul 22, 2023
@gkc gkc merged commit 9665e43 into trunk Jul 23, 2023
@XavierChanth XavierChanth deleted the fix/sshrvd-late-init-error branch July 26, 2023 00:02
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