Index: libcfa/src/concurrency/kernel/startup.cfa
===================================================================
--- libcfa/src/concurrency/kernel/startup.cfa	(revision a5e7233ed9642389f0f296f388965729df83c758)
+++ libcfa/src/concurrency/kernel/startup.cfa	(revision ca33b152dd74088cc759233fe5fe756db0550bf5)
@@ -486,5 +486,5 @@
 
 		// Adjust the ready queue size
-		ready_queue_grow( cltr, target );
+		this.cltr_id = ready_queue_grow( cltr, target );
 
 	// Unlock the RWlock
