Index: libcfa/src/concurrency/invoke.h
===================================================================
--- libcfa/src/concurrency/invoke.h	(revision bd0bdd372bdc98567b6ae0bc1ddbac1a9052aefc)
+++ 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;
 		}
 
