fixed lrc algo

This commit is contained in:
roberto@quantal64
2012-10-03 07:02:32 +02:00
parent 4ca422a0a8
commit 8a0fa1ffc4
+4
View File
@@ -93,6 +93,10 @@ static struct uwsgi_subscribe_node *uwsgi_subscription_algo_lrc(struct uwsgi_sub
node = node->next;
}
if (choosen_node) {
choosen_node->reference++;
}
return choosen_node;
}