aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-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 09a5fdfef..5ca5468c7 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)
1144 */ 1144 */
1145static int 1145static int
1146handle_encrypted_hello (void *cls, const struct GNUNET_PeerIdentity *other, 1146handle_encrypted_hello (void *cls, const struct GNUNET_PeerIdentity *other,
1147 const struct GNUNET_MessageHeader *message, 1147 const struct GNUNET_MessageHeader *message)
1148 const struct GNUNET_ATS_Information *atsi,
1149 unsigned int atsi_count)
1150{ 1148{
1151 struct Peer *peer; 1149 struct Peer *peer;
1152 struct GNUNET_PeerIdentity pid; 1150 struct GNUNET_PeerIdentity pid;