mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
No need to set now at the start, thanks clang.
This commit is contained in:
parent
c5f00d3443
commit
59a1a05afe
@ -234,7 +234,7 @@ kore_worker_entry(struct kore_worker *kw)
|
||||
|
||||
quit = 0;
|
||||
had_lock = 0;
|
||||
now = idle_check = 0;
|
||||
idle_check = 0;
|
||||
kore_platform_event_init();
|
||||
kore_accesslog_worker_init();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user