Index: sample/testdht/DHTTest.cpp
===================================================================
--- sample/testdht/DHTTest.cpp	(revision 6796)
+++ sample/testdht/DHTTest.cpp	(revision 7468)
@@ -164,5 +164,5 @@
 
 
-bool DHTTest::onLinkRequest(const NodeID& remote, const DataMessage& msg) {
+bool DHTTest::onLinkRequest(const NodeID& remote) {
 	logging_info( "node " << remote.toString() << " wants to build up a link with us ... allowing" );
 	return true;
Index: sample/testdht/DHTTest.h
===================================================================
--- sample/testdht/DHTTest.h	(revision 6796)
+++ sample/testdht/DHTTest.h	(revision 7468)
@@ -34,6 +34,5 @@
 protected:
 	// communication listener interface
-	virtual bool onLinkRequest(const NodeID& remote, const DataMessage& msg =
-			DataMessage::UNSPECIFIED);
+	virtual bool onLinkRequest(const NodeID& remote);
 	virtual void onLinkUp(const LinkID& lnk, const NodeID& remote);
 	virtual void onLinkDown(const LinkID& lnk, const NodeID& remote);
