another fix for lrc

This commit is contained in:
roberto@quantal64
2012-10-03 08:51:36 +02:00
parent 0de510b777
commit a9703f8533
+1
View File
@@ -88,6 +88,7 @@ static struct uwsgi_subscribe_node *uwsgi_subscription_algo_lrc(struct uwsgi_sub
if (min_rc == 0 || node->reference < min_rc) {
min_rc = node->reference;
choosen_node = node;
if (min_rc == 0) break;
}
}
node = node->next;