Index: source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp
===================================================================
--- source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp	(revision 5658)
+++ source/ariba/overlay/modules/chord/detail/chord_routing_table.hpp	(revision 5660)
@@ -186,5 +186,5 @@
 	/// check whether a node could fit the routing table
 	bool is_insertable( const nodeid_t& value ) {
-		if (find_item(value)!=NULL) return false;
+//		if (find_item(value)!=NULL) return false;
 		bool is_insertable_ = false;
 		is_insertable_ |= succ.insertable(value);
