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 nil pointer access on GetMemberPIDs #252

Merged
merged 1 commit into from Aug 21, 2018

Commits on Aug 14, 2018

  1. Fix nil pointer access on GetMemberPIDs

    GetMemberPIDs accesses a nil pointer if the cluster has not
    yet been initialized. This is rather inconvenient if unit
    tests (that should not need a consul) access the memberList.
    David Kaufman committed Aug 14, 2018
    Copy the full SHA
    e3b4d65 View commit details
    Browse the repository at this point in the history