Index: libcfa/src/concurrency/kernel/startup.cfa
===================================================================
--- libcfa/src/concurrency/kernel/startup.cfa	(revision a5e7233ed9642389f0f296f388965729df83c758)
+++ libcfa/src/concurrency/kernel/startup.cfa	(revision a41e87b7c8399f5b44d2a1543d9b302e737a214c)
@@ -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
