fixed return value in cache sweeper thread

This commit is contained in:
roberto@mrspurr
2012-04-13 15:57:07 +02:00
parent 57b9bdb958
commit e6afeec8af
+1
View File
@@ -140,6 +140,7 @@ void *cache_sweeper_loop(void *noarg) {
}
};
return NULL;
}
void uwsgi_subscribe(char *subscription, uint8_t cmd) {