kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 59a1a05afea86949156cab76a60cbc4b693f6d26
parent c5f00d34434dfeefb9eae11d9436e313b03c5888
Author: Joris Vink <joris@coders.se>
Date:   Thu, 18 Sep 2014 08:42:41 +0200

No need to set now at the start, thanks clang.

Diffstat:
src/worker.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/worker.c b/src/worker.c @@ -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();