fix proxspace compilation issue with staticnested_0nt

This commit is contained in:
Philippe Teuwen 2024-08-02 00:35:47 +02:00
commit b63c689cf6

View file

@ -206,6 +206,7 @@ static void *generate_and_intersect_keys(void *threadarg) {
}
pthread_exit(NULL);
return NULL; // Make some compilers happy
}
static uint64_t **unpredictable_nested(NtpKs1List *pNKL, uint32_t keyCounts[]) {