Branch: refs/heads/fix-acl Home: https://github.com/kronosnet/kronosnet Commit: bf7d2bd576cc7b9759d78fe782c6a14a37171eda https://github.com/kronosnet/kronosnet/commit/bf7d2bd576cc7b9759d78fe782c6a1... Author: Christine Caulfield ccaulfie@redhat.com Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths: M libknet/tests/fun_acl_check.c
Log Message: ----------- Fix race condition in fun_acl_check
This used to be a pthread condition variable, but there was a race where it could be triggered before the main thread was waiting for it. Go old-fashioned.