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

ipa-replica-conncheck: fix race condition #309

Closed
wants to merge 1 commit into from

Commits on Dec 5, 2016

  1. ipa-replica-conncheck: fix race condition

    When the thread that opens ports would execute notify() before the
    original thread could call wait(), the original thread would wait
    indefinitely for a notify() call.
    
    https://fedorahosted.org/freeipa/ticket/6487
    Tomas Krizek committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    48e074f View commit details
    Browse the repository at this point in the history