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 -4 option when IPv6 disabled #154

Merged
merged 1 commit into from
Dec 31, 2019
Merged

Fix -4 option when IPv6 disabled #154

merged 1 commit into from
Dec 31, 2019

Commits on Jul 28, 2019

  1. Fix -4 option when IPv6 disabled

    When IPv6 is disabled, hints_ai_family is set to AF_INET at initialization, resulting in the error "can't specify both -4 and -6" if the -4 option is supplied. If there's no IPv6, make the -4 option a no-op.
    pbhenson authored Jul 28, 2019
    Configuration menu
    Copy the full SHA
    509f5a5 View commit details
    Browse the repository at this point in the history