mirror of
git://erdgeist.org/opentracker
synced 2025-03-28 13:36:20 +01:00
time_caching_worker never returns, but if it would, it should return a value
This commit is contained in:
parent
a6c4766348
commit
806a6b99cf
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue