Index: libcfa/src/concurrency/channel.hfa
===================================================================
--- libcfa/src/concurrency/channel.hfa	(revision cb69fba7fe6d9bdecb12c9cd99a859696553437e)
+++ libcfa/src/concurrency/channel.hfa	(revision c0527f8b8b4a922098555b62a30cf6227bddf622)
@@ -308,5 +308,5 @@
 ///////////////////////////////////////////////////////////////////////////////////////////
 static inline bool unregister_chan( channel(T) & chan, select_node & node ) with(chan) {
-    if ( !node`isListed && !node.park_counter ) return false; // handle special OR case
+    // if ( !node`isListed && !node.park_counter ) return false; // handle special OR case
     lock( mutex_lock );
     if ( node`isListed ) { // op wasn't performed
