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 duplicate declaration when the server class is directly used #326

Closed
wants to merge 2 commits into from

Conversation

kajinamit
Copy link

... with ssh::match_block, caused by the following references.
ssh::server::match_block -> ssh -> ssh::server

This also ensures the params class is loaded when picking up its
variable to determine the default value.

@kajinamit kajinamit changed the title Fix circular dependency when the server class is directly used Fix duplicate declaration when the server class is directly used Mar 28, 2022
... with ssh::match_block, caused by the following references.
 ssh::server::match_block -> ssh -> ssh::server
This change ensures that ssh::params is included before its variable
is referenced.
@saz
Copy link
Owner

saz commented Apr 19, 2022

Please have a look at #330 if it's solving your issue

@saz saz mentioned this pull request Apr 26, 2022
@saz saz closed this in #331 Apr 26, 2022
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.

None yet

3 participants