This commit is contained in:
iceman1001 2025-05-28 20:54:05 +02:00
commit 18e4c072e7
4 changed files with 8 additions and 6 deletions

View file

@ -272,7 +272,9 @@ static uint64_t **unpredictable_nested(NtpKs1List *pNKL, uint32_t keyCounts[]) {
pthread_cond_wait(&status_cond, &status_mutex);
activeThreads = 0;
for (int i = 0; i < NUM_THREADS; i++) {
if (thread_status[i]) activeThreads++;
if (thread_status[i]) {
activeThreads++;
}
}
}