From e6afeec8afac6cdca8855a1172abe53a5addcdd4 Mon Sep 17 00:00:00 2001 From: "roberto@mrspurr" Date: Fri, 13 Apr 2012 15:57:07 +0200 Subject: [PATCH] fixed return value in cache sweeper thread --- master.c | 1 + 1 file changed, 1 insertion(+) diff --git a/master.c b/master.c index ae59cc33..0f8bc81c 100644 --- a/master.c +++ b/master.c @@ -140,6 +140,7 @@ void *cache_sweeper_loop(void *noarg) { } }; + return NULL; } void uwsgi_subscribe(char *subscription, uint8_t cmd) {