time_caching_worker never returns, but if it would, it should return a value

master
Dirk Engling 2024-04-15 17:34:06 +02:00
parent a6c4766348
commit 806a6b99cf
1 changed files with 1 additions and 0 deletions

View File

@ -643,6 +643,7 @@ static void *time_caching_worker(void *args) {
g_now_seconds = time(NULL);
sleep(5);
}
return NULL;
}
int main(int argc, char **argv) {