Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Simplify socket address length usage #123

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Simplify socket address length usage #123

merged 1 commit into from
Oct 23, 2024

Conversation

cgzones
Copy link
Contributor

@cgzones cgzones commented Oct 3, 2024

Drop unnecessary usage of an unused local variable and calculate the size via the already available address union member.

Closes: #118

@cgzones cgzones marked this pull request as ready for review October 21, 2024 13:43
@ssahani
Copy link
Collaborator

ssahani commented Oct 22, 2024

Please rebase .

Drop unnecessary usage of an unused local variable and calculate the
size via the already available address union member.
@cgzones
Copy link
Contributor Author

cgzones commented Oct 22, 2024

Please rebase .

Rebased (didn't notice the conflict earlier).

@ssahani ssahani merged commit aa2be45 into systemd:main Oct 23, 2024
1 check passed
@cgzones cgzones deleted the salen branch October 23, 2024 08:41
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Question about code snippet
2 participants