Skip to content

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