Index: libcfa/src/concurrency/invoke.h
===================================================================
--- libcfa/src/concurrency/invoke.h	(revision 2d95a2deb3950aceb4799649cc98a9c7a58e86a5)
+++ libcfa/src/concurrency/invoke.h	(revision d3314aea19484559c4a184b7c8839df26f2eddc6)
@@ -225,5 +225,5 @@
 
 		static inline $thread * volatile & ?`next ( $thread * this )  __attribute__((const)) {
-			return this->seqable.back;
+			return this->seqable.next;
 		}
 
