Index: source/ariba/overlay/modules/onehop/OneHop.cpp
===================================================================
--- source/ariba/overlay/modules/onehop/OneHop.cpp	(revision 5624)
+++ source/ariba/overlay/modules/onehop/OneHop.cpp	(revision 5743)
@@ -154,5 +154,5 @@
 	} else {
 		bootstrapLinks.push_back(
-				baseoverlay.establishLink( bootstrapEp,
+				baseoverlay.establishDirectLink( bootstrapEp,
 					OverlayInterface::OVERLAY_SERVICE_ID )
 					);
@@ -314,5 +314,5 @@
 
 			logging_debug( "building up link to node in overlay " << node.toString() );
-			const LinkID link = baseoverlay.establishLink( *((*i).second),
+			const LinkID link = baseoverlay.establishDirectLink( *((*i).second),
 							OverlayInterface::OVERLAY_SERVICE_ID );
 
