Skip to content

Fix type of family_size variable in unix_list.c#16

Open
miraklesource wants to merge 1 commit into
PacktPublishing:masterfrom
miraklesource:patch-1
Open

Fix type of family_size variable in unix_list.c#16
miraklesource wants to merge 1 commit into
PacktPublishing:masterfrom
miraklesource:patch-1

Conversation

@miraklesource

Copy link
Copy Markdown

Not a major problem, but the actual type of the family_size variable passed as an argument to getnameinfo, should be socklen_t instead of int (see the salen parameter in the getnameinfo function signature).

Not a major problem, but the actual type of the family_size variable passed as an argument to getnameinfo, should be of socklen_t instead of int (see salen in the function signature).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant