Index: source/ariba/overlay/modules/chord/Chord.cpp
===================================================================
--- source/ariba/overlay/modules/chord/Chord.cpp	(revision 5744)
+++ source/ariba/overlay/modules/chord/Chord.cpp	(revision 5748)
@@ -377,5 +377,5 @@
 			else {
 				// find next hop
-				const route_item* item = table->get_next_hop(m->getDestination(),true);
+				const route_item* item = table->get_next_hop(m->getDestination());
 				if (item == NULL || item->id == nodeid) break;
 				logging_debug("routing discovery message to " <<
