Skip to content

Set the current host in the SASL configs #2633

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

Merged
merged 1 commit into from
May 22, 2025

Conversation

SeppMe
Copy link
Contributor

@SeppMe SeppMe commented May 22, 2025

This fixes issue #2632

@@ -256,6 +256,7 @@ def __init__(self, host, port, afi, **configs):
for key in self.config:
if key in configs:
self.config[key] = configs[key]
self.config['host'] = host
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is only used in sasl mechanisms, I think it would be better to limit the scope. How about adding host=self.host on L316 instead?

@dpkp dpkp merged commit e2b6693 into dpkp:master May 22, 2025
18 checks passed
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