aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-22 14:53:22 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-22 14:53:22 +0000
commit26b518ea7d7958e289680908326bb1e698c8b64e (patch)
tree541743123d532449e774e3c15c2be2cae19ba4c5 /src/topology
parent54dd5929eee0166d44b7bc34a96bc11d287217fe (diff)
fix
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 09a5fdfefe..5ca5468c74 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -1144,9 +1144,7 @@ read_friends_file (const struct GNUNET_CONFIGURATION_Handle *cfg)
*/
static int
handle_encrypted_hello (void *cls, const struct GNUNET_PeerIdentity *other,
- const struct GNUNET_MessageHeader *message,
- const struct GNUNET_ATS_Information *atsi,
- unsigned int atsi_count)
+ const struct GNUNET_MessageHeader *message)
{
struct Peer *peer;
struct GNUNET_PeerIdentity pid;